Listbox with multiple checkboxes

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Rex the Strange

    #1

    Listbox with multiple checkboxes

    Hi All,

    Can anyone help me out here, please? I would like to have a listbox
    where each line item has two checkboxes associated with it. I know
    that I can use the checklistbox component (which I am currently doing)
    but that only allows for one checkbox. Does anyone know how I could
    have two (sample code appreciated).

    Thanks,

    rts

  • schneider

    #2
    Re: Listbox with multiple checkboxes

    The standard listbox will not work for this.
    Maybee you could use two list boxes?

    Schneider

    "Rex the Strange" <roger.main@wid getinc.comwrote in message
    news:1176744523 .575104.37850@y 5g2000hsa.googl egroups.com...
    Hi All,
    >
    Can anyone help me out here, please? I would like to have a listbox
    where each line item has two checkboxes associated with it. I know
    that I can use the checklistbox component (which I am currently doing)
    but that only allows for one checkbox. Does anyone know how I could
    have two (sample code appreciated).
    >
    Thanks,
    >
    rts
    >

    Comment

    • Earl

      #3
      Re: Listbox with multiple checkboxes

      I think they call that a grid. :=)

      "Rex the Strange" <roger.main@wid getinc.comwrote in message
      news:1176744523 .575104.37850@y 5g2000hsa.googl egroups.com...
      Hi All,
      >
      Can anyone help me out here, please? I would like to have a listbox
      where each line item has two checkboxes associated with it. I know
      that I can use the checklistbox component (which I am currently doing)
      but that only allows for one checkbox. Does anyone know how I could
      have two (sample code appreciated).
      >
      Thanks,
      >
      rts
      >

      Comment

      Working...