check disabled

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

    check disabled

    How to disable changing a value of items in listbox?
    I just wnat to scroll through the list without beeing able to check or
    uncheck it!


    Hrcko


  • Joe

    #2
    Re: check disabled

    If you're referring to a checkedListBox than set the SelectionMode property
    = None.

    "Hrvoje Voda" <hrvoje.voda@lu atech.com> wrote in message
    news:dhgffr$aag $1@ss405.t-com.hr...[color=blue]
    > How to disable changing a value of items in listbox?
    > I just wnat to scroll through the list without beeing able to check or
    > uncheck it!
    >
    >
    > Hrcko
    >[/color]


    Comment

    • Joe

      #3
      Re: check disabled

      If you're referring to a checkedListBox than set the SelectionMode property
      = None.

      "Hrvoje Voda" <hrvoje.voda@lu atech.com> wrote in message
      news:dhgffr$aag $1@ss405.t-com.hr...[color=blue]
      > How to disable changing a value of items in listbox?
      > I just wnat to scroll through the list without beeing able to check or
      > uncheck it!
      >
      >
      > Hrcko
      >[/color]



      Comment

      • Hrvoje Voda

        #4
        Re: check disabled

        This property is not working.
        When I click on checkedlistbox it closes the form.
        I want to be able to move through the listbox, but not be able to change
        item state.

        Hrcko



        "Joe" <J_no_spam@_no_ spam_Fishinbrai n.com> wrote in message
        news:urNQX$UxFH A.3644@TK2MSFTN GP11.phx.gbl...[color=blue]
        > If you're referring to a checkedListBox than set the SelectionMode
        > property
        > = None.
        >
        > "Hrvoje Voda" <hrvoje.voda@lu atech.com> wrote in message
        > news:dhgffr$aag $1@ss405.t-com.hr...[color=green]
        >> How to disable changing a value of items in listbox?
        >> I just wnat to scroll through the list without beeing able to check or
        >> uncheck it!
        >>
        >>
        >> Hrcko
        >>[/color]
        >
        >
        >[/color]


        Comment

        Working...