Hello
I’m trying to make a listbox have a footer with totals for colums, so I though that using a single row listbox at the bottom would do the trick regarding the columsWidth and ColumnCount changes which need to be ‘synced’.
If you guys think that there is a better way to do that let me know.
I can’t figure out how to detect those changes in the first listbox.
Regarding the columncount, I can fix that in code when I make changes to the first listbox make the second listbox equal.
But I would want to have the second listbox mirror the column widths of the first when the user drags columns around too, and I can’t figure out how to track that.
BTW, Is there a way to create custom events like columnWidthChange and columnCountChange ?
Thanks a lot!