I am trying to use a GroupStyle but instead of showing the groupname as a header over the items in the list it only shows the header and not the items.
i am using listbox to get the input from user through textbox. if user gives input through textbox i can parse the value from listbox and do my operations.
I have a grid as the datatemplate for items in a listbox and it\'s not filling the whole width of the control. I have tried the suggestions in the other questions but they are not working:
I\'m trying to display a list of images embedded in my asssembly in a ListBox. I can get the images to display using a converter, but rather than loading, then staying still, they constantly reload fr
I have a ListBox or DataGrid filled with thousands of entries.I would like to know items that the user has looked at (scrolling, searching or otherwise).How can I tell what is visible to the user in t
I\'m trying to override Sort() method in my custom control. When my control contains ListBox and then I override Sort() method, everything works.
I want to write XAML code to change color of button when user changes selectionIndex of ListBox. How can I do it? I try
When I remove item from ListBox, it\'s scrolling to selected item. If there\'s no item selected, then it\'s scrolling to top of the list. Is it possible to make it stay still when removing items?
I have a Grid with 2 rows and 4 columns The first row contains headings The second row contains ListBox Content Horizontally Streached with listBoxItems being StackPanels with Horizontal Orientation
Scenario: I have a ListBox, containing a WrapPanel from the Silverlight Toolkit as ItemsPanel: <ListBox x:Name=\"listBoxFaelle\">