Results 1 to 3 of 3

Thread: Resize Msflexgrid

  1. #1
    Guest
    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

  2. #2
    Member
    Join Date
    May 2000
    Posts
    41
    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
    Here I doeh again

  3. #3
    Guest
    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
  •  



Click Here to Expand Forum to Full Width