Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to freeze a grid column ?
Message
From
04/01/2001 13:51:43
David Fluker
NGIT - Centers For Disease Control
Decatur, Georgia, United States
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00452047
Message ID:
00459465
Views:
27
Samuel,

You might want to include "This.Scrolled" in the grid's AfterRowColChange method so the left columns freeze when the user navigates the grid with the keyboard.

David.

>Hi Vlad,
>Thanks for your help in giving me help to freeze the most left
>columns in a grid table. I just put the following lines in grid's
>Scrooled Event will meet my request:
>
>this.column1.columnorder = this.leftcolumn
>this.column2.columnorder = this.leftcolumn+1
>
>The result is good enough for me ! Thank again.
>
>Samuel
David.
Previous
Reply
Map
View

Click here to load this message in the networking platform