Try out the latest Dataview and save 20% through Friday November 28th!
1.17.2.0 now includes the ability to lock “Footer” rows to the bottom of the view! And be sure to check out the new SourceList Style, viewable in the “Style Demo” section of the Demo.
Download the latest Demo Project and Demo Builds Here
New in Dataview API2 1.17.2.0 and Dataview API1 1.16.3.3
1.17.2.0 (API2)
- [All] Fix for unexpected horizontal scrolling when sorting a column
- [All] PDF export now uses PDFDocument
- [New] Added CellBorderColor for parity with Xojo Listbox
- [New] Gridlines now support darkmode
- [New] BorderColors now support darkmode
- [New] Added SourceListStyle Subclass for modern Mac look
- [New] Added Inset property
- [New] Added FooterRowCount to allow rows to be pinned to the bottom of the view for ie. totals row
- [New] Added CellCheckboxAction event to fire when user checks/unchecks a cell
- [New] Added GroupHeadingBold, GroupHeadingFontSize and GroupHeadingTextColor properties
- [New] Added TemplatePicture to allow drawing an black and white image as a mask to be applied over a given color using new graphics.drawtemplate extension method
- [New] Added Filtered TextField Demo
- [New] Added SourceListStyle to Demo
- [Bug] Setting RowPicture or CellPicture now redraws the picture at the needed display resolution to avoid scaling issues
- [Bug] Fix for vibrancy view not aligning when added to a container
- [Bug] Improved reliability of SelectionChanged event, also eliminated double firing of event
- [Bug] Fixed positioning of dragitem in cell selection mode
- [Bug] Fixed potential crash when closing Dataview embedded in a pagePanel
- [Bug] Using CellHeight in a locked column now works as expected
- [Bug] Fix for wrapping when zoom<>1
- [Bug] RowColor now respected
- [Mac] Improved system color handling.UsesSystemThemeColor now uses the theme color for selected row while UsesSystemColors uses the selectedControlColor
- [Mac] Other Fixes to SystemColors and ThemeHighlight
- [Mac] Fixed Printing/PDF in DarkMode
- [Mac] Added SetDarkModeEnabled to manage dark mode while printing
1.16.3.3 (API1)
- [Bug] Fix for nilobjectException when pressing arrow keys in empty list
1.16.3.2 (API1)
- [Mac] Fixes for visual glitches on MacOS26 especially regarding CellContainers
- [Mac] Fixed Printing/PDF in DarkMode
- [Mac] Fixes to SystemColors and ThemeHighlight
- [Mac] Added SetDarkModeEnabled to manage dark mode while printing
- [Bug] Fix for PaintEmptyRows when last row is hidden
- [Bug] Fix for wrapping when zoom<>1
- [Bug] RowColor now respected