Results 1 to 5 of 5

Thread: CheckBox in hierarchical flexgrid

  1. #1

    Thread Starter
    Fanatic Member mutley's Avatar
    Join Date
    Apr 2000
    Location
    Sao Paulo - Brazil
    Posts
    709

    CheckBox in hierarchical flexgrid

    Hi

    Is possible put checkbox in hierarchical flexgrid ?

    if yes , where can I to found a example

    Tia

  2. #2
    PowerPoster
    Join Date
    Jun 2015
    Posts
    2,229

    Re: CheckBox in hierarchical flexgrid

    You have to use an image, and assign it to the .CellPicture property.

    or you can use the WingDings font...
    Last edited by DEXWERX; Dec 13th, 2016 at 09:38 AM.

  3. #3
    PowerPoster Elroy's Avatar
    Join Date
    Jun 2014
    Location
    Near Nashville TN
    Posts
    10,915

    Re: CheckBox in hierarchical flexgrid

    Yep, and you also have to put some code in to monitor the cell's click events, and then toggle the image (or WingDing character). I do something similar with Listviews (putting multiple checkboxes on a single row. I've attached my checkbox images.
    Attached Files Attached Files
    Any software I post in these forums written by me is provided "AS IS" without warranty of any kind, expressed or implied, and permission is hereby granted, free of charge and without restriction, to any person obtaining a copy. To all, peace and happiness.

  4. #4

    Thread Starter
    Fanatic Member mutley's Avatar
    Join Date
    Apr 2000
    Location
    Sao Paulo - Brazil
    Posts
    709

    Question Re: CheckBox in hierarchical flexgrid

    Quote Originally Posted by Elroy View Post
    Yep, and you also have to put some code in to monitor the cell's click events, and then toggle the image (or WingDing character). I do something similar with Listviews (putting multiple checkboxes on a single row. I've attached my checkbox images.
    Thank you, but I do not understand how I do It :-(

  5. #5
    PowerPoster Elroy's Avatar
    Join Date
    Jun 2014
    Location
    Near Nashville TN
    Posts
    10,915

    Re: CheckBox in hierarchical flexgrid

    Here, I threw together a small project that does it.

    Just run it, and click around on the cells of the flexgrid.

    Enjoy,
    Elroy
    Attached Files Attached Files
    Any software I post in these forums written by me is provided "AS IS" without warranty of any kind, expressed or implied, and permission is hereby granted, free of charge and without restriction, to any person obtaining a copy. To all, peace and happiness.

Tags for this Thread

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