DataGrid question...

Bob Sneidar bobsneidar at iotecdigital.com
Tue Mar 24 17:19:50 EDT 2020


I did something along these lines some time ago. I needed check boxes to the left of a data grid that scrolled with the grid but remained visible.

Yes your idea of a second object that scrolls with the data grid is the way to go. There is a message that gets sent to a data grid called scrollBarDrag. Trap for that then scroll your other object accordingly.

Bob S


On Mar 24, 2020, at 2:12 PM, Paul Dupuis via use-livecode <use-livecode at lists.runrev.com<mailto:use-livecode at lists.runrev.com>> wrote:

Has anyone come up with a way to configure a DataGrid (LC9) so that the left most column remains visible when the other columns are scrolled horizontally?

Or is the only way to to do this is to have a separate field to the left of the DataGrid that holds the left column?

Anyone solved this already?




More information about the use-livecode mailing list