ListView Checkboxes

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • RyanW

    #1

    ListView Checkboxes

    I want to display check boxes in a listview, but I don't want the user to
    click on them and check them. All the checking of the boxes will be done by
    the program. How can I make this happen??

    Thanks

    Ryan
  • Jakob Christensen

    #2
    RE: ListView Checkboxes

    Use images to simulate checkboxes instead of using the built-in checkboxes.

    HTH, Jakob.


    "RyanW" wrote:
    [color=blue]
    > I want to display check boxes in a listview, but I don't want the user to
    > click on them and check them. All the checking of the boxes will be done by
    > the program. How can I make this happen??
    >
    > Thanks
    >
    > Ryan[/color]

    Comment

    Working...