Re: CheckListBox
- From: "John Hughes" <jhughesy@xxxxxxx>
- Date: Wed, 5 Oct 2005 13:08:27 +0200
Even stranger is that when i search the web for this property there appears
to be many people using it. Anyone got any idea what is going on?
Cheers.
"John Hughes" <jhughesy@xxxxxxx> schreef in bericht
news:%23iGrG7XyFHA.2932@xxxxxxxxxxxxxxxxxxxxxxx
> Unfortunately the CheckListBox doesn't have these properties.
>
>
> "Taras" <Taras@xxxxxxxxxxxxxxxxxxxxxxxxx> schreef in bericht
> news:F2972969-4FDA-492F-9C4B-D41D2D84294D@xxxxxxxxxxxxxxxx
>> re: 1
>> listbox.displaymember = "Name"
>> listbox.valuemember = "ID"
>> when selected, assign listbox.valuemember
>>
>>
>>
>> "John Hughes" wrote:
>>
>>> 2 questions :
>>>
>>> 1. am using the checked list box to display my list but I with to have
>>> 2
>>> columns, ID
>>> and Name. I want the ID to be hidden and used in the
>>> SelectedIndexChanged
>>> method to populate another ListBox utilizing the ID. I cannot see how to
>>> do
>>> this with this
>>> control?
>>>
>>> 2. Why when I call SetItemChecked does it not automatically call the
>>> method
>>> SelectedValueChanged? Do I need to call this method manually and if so
>>> how?
>>>
>>> Thanks.
>>>
>>>
>>>
>
>
.
- References:
- Re: CheckListBox
- From: John Hughes
- Re: CheckListBox
- Prev by Date: RE: File Import Wizard
- Next by Date: Re: VS 2005
- Previous by thread: Re: CheckListBox
- Next by thread: Re: column alignment in datagrid
- Index(es):
Relevant Pages
|