DataView 1.15.4.1 Now Available

DataView and piDogScrollingCanvas API1

Mac/Windows/Linux
32bit 64bit ARM64

Size: 8.4 MB
Version: 1.16.2.3
Published: December 31, 2023

Release Notes:

1.15.4.1

[New] Added CellContainer.FillCellWidth and FillCellHeight properties to replace reliance on defunct LockLeft,LockTop etc.
[Bug] SnapToRowTops now more reliable and accurate
[Bug] Scrolling lag corrected when paintEmptyRows=true or using Gridlines
[Bug] Empty rows now respect Column.DefaultColumnSpan property
[Bug] CellContainer insets corrected for heirarchical lists

DataView 1.15.4.0 Available

DataView and piDogScrollingCanvas API1

Mac/Windows/Linux
32bit 64bit ARM64

Size: 8.4 MB
Version: 1.16.2.3
Published: December 31, 2023

1.15.4.0

[New] You can now set the varType of a column to treat values in that column as that type of value ie me.column(x).vartype=varType(1.0) //set type to double
[New] Added inspector Window to demo to allow Viewing and modifying properties of Demo Items.
[New] Added SortIndicatorPaint event to allow custom drawing of column sort indicator
[Demo] Reorganized Demo folders more logically
[Docs] Added example code for several events.
[All] CellTextPaint now passes x and width byref to allow modifying location of built-in text.
[Bug] Fix for issue where cellContainer would shift when cell was activated
[Bug] Fix for Cell Editor not sizing correctly, esp on Win7
[Bug] Fix for group row rendering glitch
[Bug] AddChildRow now sets parent row as folder if not already set
[Bug] CellPicture now adds padding between cell picture and cell text
[Bug] No longer raises an exception if cell formatting functions (cellBold etc) are called out of the existing column bounds
[macOS] Fixed a rendering issue for cellContainers when switching between light and dark modes
[Win] No longer tries to emulate theme color for selected rows.
[Linux] Fixed issues with popupmenu cells and dateChooser modality/placement

DataView 1.15.3.0 Available

Download it HERE

  • [New] Added CheckAllChecked event to allow custom handling of check-all heading checkbox
  • [New] Added RowBackGroundColor(index as integer)
  • [New] Added RowBold(index as integer)
  • [New] Added RowFont(index as integer)
  • [New] Added RowItalic(index as integer)
  • [New] Added RowTextColor(index as integer
  • [New] Added RowTextSize(index as integer
  • [Bug] DataViewListboxStyle and DataViewFileBrowserStyle subclass now respects overrrides of various properties
  • [Bug] Replacing DataSource now keeps DefaultRowHeight in place
  • [Bug] Column TextFont/Italic/Bold now work as expected again
  • [Bug] Certain Fonts now render again in tight cell spaces