Monday, March 31, 2014

Data Display

Since the last update, I have been focusing heavily on line-of-business functionality.  I recently rebuilt the management of containers for ListBox to better handle a large amount of data.  This also led to better testing of the ListBox.  Ever since, I have focused on creating a concept similar to DataGrid; however, with better fundamentals in mind.  The GridItemsControl will be responsible for displaying data in tabular format.  The concept of headers, filters, paging, and selection will be abstracted into separate elements that will be easily to hook up.

No comments:

Post a Comment