Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to freeze grid column display
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00668741
Message ID:
00669434
Views:
25
I agree it has its problems. I lock the screen (thisform.lockscreen = .T.) in the BeforeRowColChange event, and release it in the AfterRowColChange event. This smoothed out the keyboard tabbing but scrolling is a bit jumpy. I have also used a technique which involves manipulating the partition value of the grid, using transparent controls to hide the split bar, keeping track of the active column and resetting it when the active column is equal to the number of colums in the grid. Code was put in the after and before rowcolchange events.

If you find a better solution let me know. There has to be a better way than this. My question is that it seems to me that freezing columns in a grid is such obvious need, why did not the VFP team provide this capability to us out of the box?
Previous
Reply
Map
View

Click here to load this message in the networking platform