|
-
Oct 15th, 2000, 02:32 PM
#1
Hi every one.
Do you know a way to track the event, when a user is changing the coloumn width of a Msflexgrid.
T.i.a.
Jorgen
-
Oct 16th, 2000, 10:07 AM
#2
Member
you could store the size of each column in an array and check against it from within a timer event.
i believe the property (in msflexgrid) is:
gridname.col(number).width
or something to that effect
wherer gridname is the name you gave the flexgrid and
number is the number of the column you wish to access
let me know if this helps, i would be more precise but i dont have it in front of me right now
-
Oct 16th, 2000, 10:59 AM
#3
The idea with the timer will solve the problem, as I don't find any direct way to detect, when a user has changed the width of a column.
Thanks for your help.
Jorgen
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|