Is there a control that works like the list view, how it lists an item and can have subitems, but where it allows the subitems or the item to be a dropdown and change the value? Is there any control that works like that? Thanks!
Thai
Printable View
Is there a control that works like the list view, how it lists an item and can have subitems, but where it allows the subitems or the item to be a dropdown and change the value? Is there any control that works like that? Thanks!
Thai
I'm not sure about a control that would do that, but you could probably conpensate for that and make something like a list1 box with a combobox and a text box all aranged so it will be easy to use. Then when something in the list is selected, you can have it fill the combobox with specific items and then when an item is selected in the combobox you can have that item show up in the textbox,edit it, and send it back to the combo box...hehe...sounds like fun.
Umm...yuo can also have it so there is only the list and have the combobox visible=false and then when an item is selected in the list change the visible=true for the conbo and fill it with specicif items.
And instead of a textbox, i beleive you can edit the items in the combo and have it save the changes.
Hope that helps,
D!m
PS. I'm in a talkative mood aren't i...