A graphical user interface element that allows the user to select one or more items from a list.
I have got a big ListBox with vertical scrolling enabled, my MVVM has New and Edit ICommands. I am adding …
c# wpf mvvm listbox scrollviewerI want to reuse my UserControls in other UserControls like page or window as DataTemplates, in this example inside a …
binding mvvm user-controls listbox datacontextOk, this is an embarassingly simple-looking problem, but is driving me crazy. I'm learning about DataTemplating and am trying to …
wpf listbox datatemplate itemtemplateBoth are quite general terms but I'm curious to know when these height will be different apart from the case …
wpf listbox virtualization scrollviewer actualheightWe have a standard Access listbox with multiple columns. Is there a way to have integer or currency columns right …
ms-access listbox text-alignmentI have created the fallowing ListBox: <ListBox x:Name="RecentItemsListBox" Grid.Row="1" BorderThickness="0" Margin="2,0,0,0" SelectionChanged="RecentItemsListBox_SelectionChanged"> <…
.net wpf xaml listbox listboxitemI have a listbox where the items contain checkboxes: <ListBox Style="{StaticResource CheckBoxListStyle}" Name="EditListBox"> <ListBox.ItemTemplate&…
wpf listboxMy prototype displays "documents" that contain "pages" that are represented by thumbnail images. Each document can have any number of …
wpf user-interface listbox scroll virtualizationI have a ListBox that may have many rows of templated DB records, including an Image, bound to an ObservableCollection&…
wpf performance listbox scroll virtualizingstackpanelI'm working with ASP.NET 3.5. I have a list box that users must add items to (I've written the code …
asp.net validation listbox customvalidator