itemscontrol
WPF ItemsControl ItemTemplate border with GroupStyle
This is the first time I\'ve posted a pic, so hopefully it turns out well (a picture is worth a thousand words, and I don\'t want to type a thousand words). But, the im开发者_Python百科age below is wh[详细]
2023-01-18 22:57 分类:问答WPF datatemplate ItemsControl specifying initial and final values
I have been using ItemsControl for quiet sometime in WPF. I am using MVVM for developing my application.[详细]
2023-01-18 16:46 分类:问答WPF drag and drop from a ListBox that has SelectionMode=Extended
I have a ListBox and want the selection-mode to be extended. Also I want have to implement drag and drop functionality. The problem now is, that if the mouse is clicked on a selected item, it will be[详细]
2023-01-16 22:40 分类:问答ItemsControl "Overflow to Popup"
I have an ItemsControl that I want to fit into a small space.Typically it will display less than 3 items, however, I would like the it to indicate when it has more items than it can display and have a[详细]
2023-01-16 18:36 分类:问答Creating an infinite Silverlight ItemsControl
I\'m interested in creating an ItemsControl for Silverlight that \"loops\" the items.When the user scrolls to the end of the list the ItemsControl should then show the first item(s) in the list.If the[详细]
2023-01-14 08:01 分类:问答Silverlight's ItemsControl Canvas.TopProperty and Canvas.LeftProperty not used
I want to create a canvas where a user can drop UI elements (representing tasks). He can then drag them to rearrange them. The elements are contained in an ObservableCollection that is theDataContext.[详细]
2023-01-14 00:18 分类:问答how to manipulate ItemsControl ItemTemplate
I am trying something simple but struggling to get a simple solution, just not seeing it hehe. I have a number: “150” witch can be split in any number of segments when the user enters the segment a[详细]
2023-01-13 21:35 分类:问答Silverlight 4 memory leak with ItemsControl
In our SL4 application built on Caliburn.Micro, we\'ve come across a (another) memory leak. Stripped out, it seems that the problem is caused by ItemsControl with custom DataTemplate bound to an IEnu[详细]
2023-01-12 15:18 分类:问答Specify ControlTemplate for ItemsControl.ItemContainerStyle
The following is similar to what I\'m trying to accomplish.However, I get the error Invalid PropertyDescriptor value.[详细]
2023-01-12 09:50 分类:问答WPF - Bind to Item Index from within ItemTemplate of ItemsControl?
Is there a way to bind to the ItemInde开发者_如何学编程x from within the ItemTemplate of an ItemsControl?[详细]
2023-01-11 12:52 分类:问答