Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Is there a way to center a checkbox control in a grid co
Message
From
04/08/2000 10:55:05
 
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00400217
Message ID:
00401072
Views:
18
In addition, since the container will automatically size to the width of the column when it initializes, you can "autocenter" the checkbox in the container's init.
this.checkbox.left = this.width/2 - this.checkbox.width/2
I haven't been able to get it to re-center when the column is resized, even using the Resize event of the container, so I set the column.Resizable=.F.
Insanity: Doing the same thing over and over and expecting different results.
Previous
Reply
Map
View

Click here to load this message in the networking platform