datagrids

Anything beyond the basics in using the LiveCode language. Share your handlers, functions and magic here.

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
dantomlin
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 43
Joined: Tue Feb 26, 2008 4:07 pm

datagrids

Post by dantomlin » Mon Oct 12, 2015 7:10 pm

Is there anyway to "freeze" the first column of a data grid so when a user scrolls to the right the first column stays in the view..

Klaus
Posts: 14177
Joined: Sat Apr 08, 2006 8:41 am
Contact:

Re: datagrids

Post by Klaus » Mon Oct 12, 2015 7:30 pm

Hi Dan,

nope, but nothing could prevent you from faking this by using 2 (two) carefully aligned datagrids? :D


Best

Klaus

dunbarx
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 10305
Joined: Wed May 06, 2009 2:28 pm

Re: datagrids

Post by dunbarx » Mon Oct 12, 2015 7:50 pm

Klaus.

That is a kluge and a half. :wink:

Dan.

But it will surely work. You just have to remember to sync each DG every time you change anything at all, data, properties, whatever, going from 1 to 2 or from 2 to 1.

Craig Newman

Klaus
Posts: 14177
Joined: Sat Apr 08, 2006 8:41 am
Contact:

Re: datagrids

Post by Klaus » Mon Oct 12, 2015 10:15 pm

dunbarx wrote:Klaus.

That is a kluge and a half. :wink:
...
:D :D :D

Post Reply