Results 1 to 6 of 6

Thread: Can I color a single cell in flex

  1. #1

    Thread Starter
    Addicted Member nad_scorp's Avatar
    Join Date
    Feb 2001
    Location
    Inside XML
    Posts
    242

    Can I color a single cell in flex

    Can I color a single cell in a flexgrid ?
    Me "Talented Idiot" by Gtarawneh "He said he's sorry

    Inconsequential is Incommunicable

    The first impression we have
    Is not always the real one
    My reality is not always your
    so my friend....Is life that simple?


    It is called "Israeli occupation forces"

  2. #2
    Addicted Member curlywink's Avatar
    Join Date
    Mar 2000
    Location
    Manila, Philippines
    Posts
    141
    Use ApexTrueDB Grid...

  3. #3

    Thread Starter
    Addicted Member nad_scorp's Avatar
    Join Date
    Feb 2001
    Location
    Inside XML
    Posts
    242
    and that is??????????
    Me "Talented Idiot" by Gtarawneh "He said he's sorry

    Inconsequential is Incommunicable

    The first impression we have
    Is not always the real one
    My reality is not always your
    so my friend....Is life that simple?


    It is called "Israeli occupation forces"

  4. #4
    Si_the_geek
    Guest
    Of course you can, just select the cell and set the CellBackColor/CellForeColor as you wish
    VB Code:
    1. MSFlexGrid1.Cols = 20
    2. MSFlexGrid1.Col = 4
    3. MSFlexGrid1.Row = 1
    4. MSFlexGrid1.CellBackColor = vbBlue

  5. #5

    Thread Starter
    Addicted Member nad_scorp's Avatar
    Join Date
    Feb 2001
    Location
    Inside XML
    Posts
    242
    Thanx

    I never noticed the CellBackColor option. Strangely enough.....

    BTW what is the ApexTrueDB Grid...
    Me "Talented Idiot" by Gtarawneh "He said he's sorry

    Inconsequential is Incommunicable

    The first impression we have
    Is not always the real one
    My reality is not always your
    so my friend....Is life that simple?


    It is called "Israeli occupation forces"

  6. #6
    PowerPoster
    Join Date
    Aug 2000
    Location
    IN SILENCE
    Posts
    6,441

    Well

    A replacement 3rd party Grid Control. The MsFlexgrid is good, and I use it all the time, but, form what I've read, spending some cash can greatly increase your development time with these other grid controls (if you use them alot).

    BTW : That changes on one cell. If you use selection by row, you'll lose the effect. Just a hint...
    Remaining quiet down here !!!

    BRAD HAS GIVEN ME THE ULTIMATIVE. I have chosen to stay....

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