listboxitem
C#: Listbox Contextmenu for Listboxitems (WPF)
i want for my Listbox in WPF a contextmenu. I did it with a contextmenu for the whole listbox, but you can richt-click to get the contextmenu even if you don\'t click on a item.[详细]
2023-01-30 16:27 分类:问答Silverlight: ListBox make two-row image slider
hi guys I have a listbox which I could make it into a \'one-row\' image slider, as the following code:[详细]
2023-01-29 08:37 分类:问答Use a object property as the DisplayMember in ListBox
I want to use a pr开发者_Go百科operty of an object that\'s inside an object. Is there a way to achieve this?[详细]
2023-01-27 01:48 分类:问答How to group ListBoxItems by first letter in WPF using XAML?
First, here is the previous post that deals with the ListBox AccountListBox data binding to my ObservableCollection<Account> Accounts from the AccountsCollection.cs class.[详细]
2023-01-26 12:26 分类:问答Is it possible to store a record in a ListBox's Item.Object property?
I have a Record that I wou开发者_StackOverflow社区ld like to store for each Item that add to a Listbox.Would I need to make the record a class instead to accomplish this?[详细]
2023-01-25 12:07 分类:问答Listbox items become too high for no reason?
Hello the screenshot explains it: Why are do the Items become so tall? I do no positioning myself: <ListBox Margin=\"6\" ItemsSource=\"{Binding RelativeSource={开发者_如何学运维RelativeSource Mo[详细]
2023-01-19 17:56 分类:问答WPF: Hide ListBox groups when all contents are hidden
I am working on开发者_如何学运维 an application that has some ListBox\'s of information, it is possible that these could hold quite a lot of information (maybe up to 6 or 700 complex items - multiple[详细]
2023-01-18 09:23 分类:问答Getting the index of multiple selected items in a listbox using Silverlight
I have a ListBox which is made up of Grid Items in Multiple SelectionMode in Silverlight 3.0. When I use ListBox.SelectedIndex it only returns the first item which is 开发者_如何学Cselected.[详细]
2023-01-18 03:10 分类:问答Determine the width of the widest element in a ListBox
When you do not explicitly set the width of a ListBox, it will automatically set its width to the width of its widest visible item. This means that as you scroll up and down and the widest visible dat[详细]
2023-01-17 18:22 分类:问答Silverlight ListBox Height Automatically increase
I am using silvelight listbox control,and i stucked.Every listbox item contains another listbox item now when i bind my data second listbox control,it appears horizontal scrollbar and this is not a pr[详细]
2023-01-16 08:18 分类:问答