Closed. This question needs details or clarity. It is not currently accepting answers. Want to improve this question? Add details and clarify the problem by editing this post.
I have the following problem: the application is using the custom itemscontrol called ToolBox. The elements of a toolbox are called toolboxitems and are custom contentcontrol. Now, the toolbox stores
I\'m needing to display a list of numbers from a collection in an Items Control.So the items are: \"1\", \"2\", \"3\".
I\'ve got an ItemsControl which fills from top to bottom, but I can\'t get it\'s child items to occupy the whole width of the ItemsControl:
I want to implement a custom Canvas that recycles containers when used as an ItemsPanel. So I derived from VirtualizingPanel and override the ArrangeOverride and MeasureOverride. I am doing the genera
I have an I开发者_运维问答temsControl with the following ItemTemplate: <DataTemplate x:Key=\"myItemTemplate\">
I am using a wpf slider to display the time line in a video player. I need to add an ItemControl of some sort on top of this so that I can add开发者_JAVA技巧 buttons on the time line on certain positi
I have a list of hyperlinks that are displayed through an ItemsControl, something like this: <ItemsControl x:Name=\"SubMenu\" Visibility=\"Collapsed\">
I am currently trying to build a ControlTemplate for an ItemsControl that uses the Grid as its ItemsPanel where each item is stacked horizontally and delimited with a GridSplitter.
I need to write a control that is supposed to take only a certain type of child controls. Functionally it works like a Selector in that I can select/activate on of its childs but it seems that I can n