Results 1 to 4 of 4

Thread: [RESOLVED] Flexigrid forecolor

Threaded View

  1. #2

    Thread Starter
    Member
    Join Date
    Jun 2006
    Posts
    59

    Re: Flexigrid forecolor

    Found the answer to that prob.

    The following code highlights the selected row

    VB Code:
    1. With flxgrd
    2.     .SelectionMode = flexSelectionByRow
    3.     .HighLight = flexHighlightAlways
    4.     .BackColorSel = vbBlack
    5.     .ForeColorSel = vbWhite

    but i have another related problem that i have seen before and not found a solution to.

    The above code highlights the selected row as i wanted but the first column in the row isn't highlighted as the rest, it is just puts a grey boarder round it!

    How can i get the whole row to be highlighted instead of just from the second column on??
    Last edited by helpjaypls; Jul 12th, 2006 at 07:57 AM.

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