Results 1 to 4 of 4

Thread: Msflexgrid - simple question

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Jul 2000
    Location
    Malaysia
    Posts
    90
    How to you show the arrow pointer at the Leftmost column when you scroll up/down in Msflexgrid table?

    How do we highlight respective row when you click on it?

    Best Regards
    CT

  2. #2
    Hyperactive Member
    Join Date
    Mar 2000
    Posts
    461
    I dont think they use the msFlexGrid.

    try one of the other grid controls

  3. #3
    New Member
    Join Date
    Sep 2000
    Location
    India, Mumbai
    Posts
    2
    In MSFlexGrid if you want to highlight the clicked row then enter following code in the click event of the control.

    Assuming that your MSFlexGrid name is 'gridControl'

    gridControl.Col = 0
    gridControl.SelCol = gridControl.Cols - 1

    While designing the control, go in the PropertyPage of the control. Go in General Tab, select SelectionMode as 'By Row' from the combo box.
    Vinay

  4. #4

    Thread Starter
    Lively Member
    Join Date
    Jul 2000
    Location
    Malaysia
    Posts
    90
    Thanks Vinay,

    Works for me now!

    Regards
    CT

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