Represents a control that can be used to present a collection of items.
1
vote
2answers
41 views
How to setup a grid as template for an Items control?
I'm trying to create an ItemsControl that uses a grid as its ItemsPanel in such a way that it has two columns, where the first columns width is the width of the widest item in that column, and has as ...
0
votes
1answer
21 views
Set Grid Column Width to Bound Perctange
I want to display a Rectangle with a dynamic Width based on a bound data source. I originally looked into using a Converter, but wasn't able to bind to the converter parameter to get a read dynamic ...
0
votes
0answers
16 views
WPF: Making a grid based block diagram dynamic
I have been building a block diagram using Grid. The diagram consists of two boxes and three lines as follows:
<DockPanel>
<Border Width="450" Height="200" DockPanel.Dock="Right" ...
0
votes
1answer
24 views
Floating ItemsControl
The ItemsControl I need must have this appearance:
For ItemsPanel I have set a StackPanel with a horizontal orientation.
<Style TargetType="local:ParameterItemContainer">
<Setter ...
0
votes
0answers
29 views
updating ItemsControl at run time wp7
i am displaying a list of my Items using ItemsControl, so that i am just assigning datasource (List<Item> to the ItemsControl's ItemSource)
but the problem is whenever the list is scrolled, i ...
0
votes
0answers
15 views
How to use a Grid as an ItemsControl's ItemPanel in a ControlTemplate and still use it as a TemplatePart (Name = “PART_xyz”)?
The title basically says it all:
Here's the control template for a custom control:
<ControlTemplate TargetType="{x:Type local:MatrixViewer}">
<Grid><ItemsControl ...
0
votes
1answer
59 views
How to switch between 2 data sources for ListBox.ItemsSource
What is the best/elegant way to bind ItemsControl.ItemsSource to 2 different sources best on a given property?
The binding should be done only to one of the 2 collection, the selection to which ...
1
vote
1answer
61 views
Set focus to 1st textbox in items control
Let's say I have an items control that is bound to a list of items on the VM. Inside the datatemplate is a textbox. How would I set focus to the first textbox in either XAML or the VM?
Thanks in ...
0
votes
0answers
18 views
How to get current item index from ItemsControl
I have a user control which inherited from ItemsControl with a Palette property that contains a list of colors, the goal is to assign a color to the items of my user control.
<ItemsControl>
...
0
votes
1answer
43 views
UserControl as DataTemplate in ItemsControl
I am trying to use a UserControl as DataTemplate in an ItemsControl. The UserControl is called WorkItemControl and the objects in the ObservableCollection bound to the ItemsSource of the ItemsControl ...
0
votes
1answer
38 views
multiple items in ItemsControl on a Canvas
In the XAML below, please fill in the "WhatGoesHere" node and explain to me how that won't mess up the coordinates on the Canvas.
<ItemsControl ItemsSource="{Binding ViewModels}">
...
0
votes
1answer
93 views
bind item's children control in ItemsControl wpf
i am binding an ItemsControl to a list, but in item template there is a control which is not binding by current dataSource, i want to bind it with another dataSource.
but i am stuck at accessing that ...
0
votes
1answer
111 views
Force a break in a items control with wrap panel template
I've got an interesting problem I've been trying to solve. Basically I have an items control that uses a WrapPanel as it's ItemsPanel to simulate a paragraph built from several bound strings. ...
0
votes
1answer
30 views
Nested ItemControls - Binding to Upper Control
I have got one Collection wich contains a Collection itself. Now I want to go through both Collections in wpf.
I'm trying to bind the Color Property of the second Collection to a Dependency Property ...
0
votes
2answers
44 views
Reverse Generated Items & Tab Order of ItemsControl Collection
So as we know an ItemsControl will just generate the Items top-to-bottom in its ItemsPanel. Where as yes I can change the sort order and generate them in different ways here's my actual problem.
If I ...
1
vote
0answers
23 views
WPF horizontal ItemsControl with usercontrol
I'm trying to design a horizontal stack of UserControls. I have a UserControl named "MiniControl" and an ObservableCollection in my ViewModel named "MiniVideos". In the window i'm trying to put all ...
0
votes
0answers
39 views
Why is the Visual Tree empty on an ItemsControl Container?
I have a requirement get access to particular visual elements in any given view. This is easy on statically declared items in xaml since they are available anytime. However, datatemplated ...
1
vote
0answers
41 views
How can I have a UserControl that contains Buttons on an ItemsControl that control UserControls that are inside of the ItemsControl (Wizard) in WPF?
Fairly new to WPF and I am wanting to create a Wizard.
So I have a UserControl called WizardUC.xaml that contains:
namespace ClientApplication.View.Wizard
{
/// <summary>
/// ...
1
vote
0answers
56 views
What is the most effective way to 'align' two separate lists by ordinal in a single ItemsControl?
Over-simplifying our model for the purposes of this example, let's say we have two lists of data, ListA and ListB, both of which are of type List<string>. From a data perspective, they are not ...
0
votes
0answers
42 views
Adding custom/existing FrameworkElements to ItemsControl
When I add an overridden FrameworkElement or an existing UI control to an itemscontrol, I get the following binding error.
System.Windows.Data Error: 25 : ItemTemplate and ItemTemplateSelector are ...
0
votes
1answer
60 views
Wrappanel in ItemsControl.ItemsPanel throws XamlParseException
In my wp8 app I show some content (images for example). I use LongListSelector, and in each LLS's item have ItemsControl with collection of images. I want to show two images in one line, so I use a ...
0
votes
1answer
33 views
Highlight item in ItemsControl
I want to render a couple of elements using an ItemsControl, and highlight one of them
My ViewModel:
public class ViewModel
{
public List<Item> Items;
public Item HighlightedItem;
}
...
0
votes
0answers
49 views
Positioning Dynamic Elements With ItemsControl and SpotPanel
I am having some issues positioning some dynamic content within a DataTemplate using an ItemsControl.
Here is the base XAML of the DataTemplate:
<go:SpotPanel
...
0
votes
1answer
82 views
ItemsControl - Custom ItemContainer
I want to create a custom "Wizard"-Control.
So I derived a "Wizard" from Selector and created a "WizardPage" derived from HeaderedContentControl. Everything works fine, when I add the "WizardPages" ...
0
votes
0answers
39 views
Applying a property change to an ItemsControl's children from the ItemsContrl.Panel template
Hey guys I'm trying to implement a pan and zoom functionality to an items control. The XAML layout is as follows:
<ItemsControl ItemsSource="{Binding Items}"
...
0
votes
1answer
71 views
Sizeable Horizontal ItemsControl in WinRT
I want a Items Control which shows items in a horizontal alignment and it should stretch / size over the whole aviable horizontal space.
Currently I have 7 Columns, but it would be possible that the ...
0
votes
0answers
85 views
Unhandled Exception (ManagedRuntimeError) in ItemsControl constructor in Silverlight
I'm receiving an unhandled exception in System.Windows.Controls.ItemsControl, that occurs occasionally. Therefore, it is difficult to debug and find out the cause of this exception. Here are the stack ...
1
vote
0answers
72 views
How can my ItemsControl get the width property (from Items)
I have a small problem how to set the ItemsControl Property Width. I use Datatemplates to fill my ItemControl. Every Item is a small Grid (Text and Rectangle) in a Canvas.
When I use the ItemsControl ...
0
votes
0answers
177 views
WPF Nested binding from DataGrid row up to ListView 'CurrentItem'
I'm just tangling with an awkward nested binding issue in WPF. Essentially, I'm trying to bind to a value of the 'currentItem' of the ListView control, from a DataGrid row item, based within the ...
0
votes
0answers
36 views
Flip through pages in RadPagination (XAML/C#)
I want to navigate through different pages through RadPagination Control in Xaml/C#.
If RadPagination is only compatible with ItemsControls element, then is there any way to add a page in ...
2
votes
0answers
38 views
Shift selection, scroll and virtualization in ItemsControl
I created a MultipleSelectionTreeView inherited from ItemsControl, which uses virtualization because of the huge amount of data.
When I select an item in the tree then scroll down and select an other ...
0
votes
1answer
86 views
Setting rows of ItemPanelTemplate UniformGrid through C#
Here's what I have:
<ItemsControl x:Name="InfoGrid">
<!-- ItemsPanelTemplate -->
<ItemsControl.ItemsPanel>
<ItemsPanelTemplate>
...
1
vote
1answer
121 views
Reusable ItemsControl (e.g. ListViews) + MVVM
I'm building a MVVM application with WPF that uses a number of relatively complex list views. I've adopted the pattern that the collection that the list view binds to is a collection of View-Model ...
0
votes
1answer
50 views
Why AlternationIndex returns 0 for all items in ItemsControl?
I search for some way to show the items index in a ItemsControl that is using DataTemplate. So I found this good question. I used the idea in that question but all the values are zero! The only ...
1
vote
1answer
53 views
Is it possible to use an existing grid when creating an ItemsControl?
I'm trying to create a layout where both the number of rows and the number of columns are dynamic, like shown below:
I am looking to have all of the controls hosted in one grid so that I can get ...
0
votes
0answers
58 views
WPF Setting margin on ItemsControl
I have the following probem:
I'm using ItemsControl with binding ItemSource. I want to set margin for each DataTemplate inside ItemsControl.
I have the following code:
<ItemsControl ...
1
vote
1answer
116 views
How to access ScrollViewer in ItemsControl
I'm trying to access the ScrollViewer named 'ScrollViewerItems' in the XAML below and use it in code behind. The name doesn't seem to be recognized, likely because its embedded in the ItemsControl. I ...
0
votes
0answers
74 views
Differents ItemsControl with the same ItemSource
I got an ObservableCollection which is the ItemSource of 3 differents ItemsControl :
LeftItemControl,CenterItemControl and RightItemControl, I can't get why the only ItemsControl who works is the last ...
1
vote
1answer
182 views
Horizontal orientated WrapPanel within ItemsControl lists vertically
I have two DataTemplates defined within my XAML, each used for a seperate ItemsControl panel.
The main ItemsControl lists Foo objects stored within an ObservableCollection object.
The Foo object ...
6
votes
2answers
520 views
WPF: Scroll Itemcontrol Content Fixed Header
Is it possible to do something like this with WPF's ItemsControl: Demo
I am trying to freeze the GroupedItems rather than the GridView Columns.
Resources:
<Window.Resources>
...
1
vote
3answers
248 views
WPF MVVM Access Element inside ItemsControl DataTemplate
I need to get the values from my ComboBoxes that reside in an ObservableCollection being iterated through by an ItemsControl. And I need to store them in a separate data structure, at least I think I ...
0
votes
1answer
217 views
WinRT XAML ItemsControl Children binding
I have the following XAML:
<ItemsControl ItemsSource="{Binding DataContext}">
<ItemsControl.ItemTemplate>
<DataTemplate>
<local:MyControl ...
2
votes
1answer
128 views
WPF Style for Interpreting ObservableCollection as Elements of StackPanel
I have an array (stored as an ObservableCollection) of data that I am dynamically instantiating, and I am linking it to an ItemsControl within a StackPanel. The data is formatted like so:
public ...
0
votes
1answer
70 views
ItemsControl.Items.IndexOf(UIElem) returning different value/ Working out which item was clicked on
I have a list of ellipses (nodes) with various data attributed to each node. I add the ellipses in a ring onto the ItemsControl. The order in which I add them is the order I want to retain as I use ...
0
votes
0answers
101 views
Is there a way to change TreeViewItem highlight/selected color without changing SystemColors brushes?
In my scenario, I'd like to be able to double-click a reeViewItem and have it expand in place forming an editor for that item. I've wired up a double-click attached event and am changing the ...
1
vote
1answer
113 views
Is setting Canvas properties in an ItemsControl's ItemContainerStyle 'Blendable'?
I've a project where I swapped the ItemsPanelTemplate from using a StackPanel thus
<ItemsControl.ItemsPanel>
<ItemsPanelTemplate>
<StackPanel IsItemsHost="True" ...
0
votes
1answer
36 views
how to prevent using global DataTemplate without specifiying new one
<DataTemplate DataType="{x:Type MyType}">
...
</DataTemplate>
I have a default DataTemplate for MyType.
want to prevent using it below without having to specify a real DataTemplate
...
1
vote
1answer
397 views
Loop Items in WPF ItemsControl or ScrollViewer via Animation?
When moving through items in an ItemsControl or ScrollViewer, can I loop the contents so that the first item comes "after" the last item (as perceived by the user)?
I have a custom ScrollViewer that ...
0
votes
1answer
72 views
How to set a value through binding for a Windows Forms UserControl in XAML?
I'm dealing with this situation. I've got an items control where as item template I've got a windows forms userControl, and in code behind I'm setting the ItemsSource, but I don't know to set some ...
1
vote
1answer
113 views
Access UniformGrid ItemTemplate programmatically
I'm trying to build a bingo game simulator using WPF to learn more about WPF, and I'm having trouble figuring out how to change an <ItemsControl> template programmatically.
I'm only using the ...

