itemscontrol
How can I create a Grid with it's X and Y axis bound to different collections?
I need to display something that shows a Week of days along the Columns, and a list of Categories along the Rows, and a list of Tasks that are due in the Cells (See sketch below)[详细]
2023-04-04 23:44 分类:问答Unexpected Behaviour ItemsControl Template/ItemTemplate
I would like to present a summary list side by side, so I created a small ItemsControl to achieve that goal:[详细]
2023-04-03 02:36 分类:问答wpf itemscontrol items outside of control
I have an own control which derives from itemscontrol with an own template. I am using a Canvas inside the itemscontrol as ItemsPanel. Why f.e. on resize of the window the items also can be outside of[详细]
2023-03-31 06:05 分类:问答Exception thrown when binding ItemsControl to a UserControls collection
In my application a templated form needs to show a list of usercontrols in a stackpanel. I figured I could use ItemsControl on the form and bind it to a collection that exposes the \"child usercontrol[详细]
2023-03-28 07:06 分类:问答Silverlight: Apply effect on all items that match some criteria in an ItemsControl
I\'m loading images dynamically onto a Canvas based on some data I receive from the back end. I have a data structure that looks like this:[详细]
2023-03-27 15:57 分类:问答Subclassing ItemsControl or some other tactic?
I am attempting to create a custom control.This control will have need a binding that works like a listbox or treeview where it can be bound to an ObservableCollection and items added and removed as n[详细]
2023-03-27 10:39 分类:问答clearing a mapItemsControl.Itemtemplate WP7 Maps
hi im recurringly updating this map and i noticed its acumulating items rather than just refreshing all items for example[详细]
2023-03-25 11:17 分类:问答WPF - How can I pass in other controls into my UserControl?
Basically, I wan开发者_JS百科t my UserControl to be able to take in a type of ItemsControl so that my XAML can look like this:[详细]
2023-03-22 19:57 分类:问答wpf auto scroll items in databound ItemsControl (like news ticker)
I am creating a messages ticker for my application. <UserControl.Resources> <Data开发者_StackOverflowTemplate x:Key=\"MessagesDataTemplate\">[详细]
2023-03-20 09:43 分类:问答WPF ItemsControl ItemTemplate Validation
Is there a way to determine if an ItemsControl has any child contr开发者_StackOverflow中文版ols with validation errors? I would like to bind this value (boolean) to the IsEnabled property on a Button.[详细]
2023-03-20 08:09 分类:问答