A graphical user interface element that allows the user to select one or more items from a list.
I have a listbox that is grouping the items with a GroupStyle. I would like add a control at the …
wpf listbox groupstyle itemspaneltemplateI have a CheckedListBox (WinForms) control (which inherits from ListBox; googling shows that the problem is with ListBox) that is …
c# .net winforms listbox doublebufferedI have a TListBox on a form, and items are added with listbox1.ItemIndex := listbox1.Items.AddObject('msg', TObject(grp)); …
delphi exception listbox delphi-7 ownerdrawnI'm using ASP.NET MVC 3 and I post a form in my view, containing a @Html.ListBoxFor When I receive …
asp.net-mvc-3 listbox formcollectionI have a "Hello World" type application. A listbox.ItemsSource = Players. Players is an ObservableCollection of Player that implements INotifyPropertyChanged. …
wpf windows-phone-7 listbox itemssourceI have to make listbox with textbox in it... and it has to be dynamic. I have observable collection in …
wpf data-binding textbox listbox dynamic-listI have a Listbox that allows user to select multiple items. Normally user can do that by holding CTRL key …
c# wpf listbox listboxitemI am very new to ZK framework and trying to customize few things and have struck at one point which …
listbox zk zulHi I have a listbox binded to a xml file, and each item I gave them a button data template …
wpf button listbox mouseclick-event