Tagged Questions
0
votes
0answers
49 views
ContentControl only ever instantiates one DataTemplate instance (per DataType) - Causes recursive Template to throw ArugmentException
I can't seem to figure out why ContentControls use the same DataTemplate instance for different content controls. This is causing problems when I try to define a DataTemplate which can result at ...
0
votes
4answers
163 views
EventToCommand in ItemControl in Windows Phone 8
I cannot understand why I cant call eventToCommand in my datatemplate inside ItemControl. According to this post I should implement it in the dataTemplate, but the command is never invoked. This is ...
1
vote
0answers
99 views
Icon in ListBox DataTemplate is not displayed
I have some trouble including an image in a ListBox DataTemplate for Windows Phone 7. This is my DataTemplate
<ListBox Name="MyEfforts" Height="Auto" Width="Auto" Margin="10,50,10,0" ...
0
votes
0answers
112 views
Silverlight - bind DataTemplate elements to items within list within Model
Sorry for the cryptic title - let me explain a bit more:
I have a general-use c# class:
public class ContentIngestSource
{
public int Id { get; set; }
public string SourceType { get; set; }
...
0
votes
1answer
90 views
How to get the logical tree item that contains data-templated object
I have an object called "TextModel". I defined a HierarchicalDataTemplate for it.
like that:
<HierarchicalDataTemplate DataType="{x:Type local:TextModel}" ItemsSource="{Binding Children}">
...
5
votes
1answer
221 views
How to correctly use a button in a listbox itemtemplate / datatemplate?
I have a Silverlight application that displays a list of items in a ListBox. Each item represents a different 'page' of my application so I have a style that is applied to the ItemContainerStyle ...
0
votes
1answer
13 views
Silverlight / WPF DataTemlate with different data bindings
Normally it would be:
<DataTemplate>
<TextBox Text ="{Binding SomeProperty}" />
</DataTemplate>
This means for each item of a list one TextBox is bound to a respective property ...
11
votes
5answers
167 views
Virtualization Performance Issue with Large Scrollable Data SL4
Problem: Displaying large amounts of data in a scrollable area has horrible performance and/or User eXperience.
Tried: Basically set a DataTemplate in a ListBox to show a grid of populated data with ...
2
votes
1answer
367 views
Can I change the VisualState of a DataTemplate in a ItemTemplate?
I have some controls in a DataTemplate and I'd like to control it's pressed state behaviour. I did the following where I just put in VisualStateManager in the DataTemplate but it doesn't seem to work. ...
0
votes
1answer
212 views
How to use an ItemTemplate on a templated control?
I am trying to create custom templated control based on a ListBox to display only the single selected item in the control's collection.
To this aim, I have defined a Template with an ContentPresenter, ...
1
vote
1answer
217 views
How to access textblock inside Datatemplate in combobox?
I am trying to Bind the TextBlock inside ComboBox through Code. I am able to bind the textblock sucessfully but For some reasons TextBlock doesnt display Text Values.
I have mechanism which checks ...
0
votes
0answers
72 views
Need Silverlight template to reload
I am implementing a Master-Detail view (trying to use MVVM too). The master is a ListBox containing items of 5 different types (all formatted the same in the Master). The Detail has different form ...
0
votes
0answers
123 views
Invoke method defined inside a user control used as DataTemplate for a ListBox upon adding to bound collection
If a ListBox has its DataTemplate defined through a UserControl, is it possible to invoke a method defined inside that same UserControl from the code behind of the UserControl's consumers ?
I've ...
0
votes
0answers
204 views
Dynamically change DataGrid column cell datatemplate
I am trying to change DataGrids columns cell DataTemplate as on this sample.
My grid looks like this
<sdk:DataGrid AutoGenerateColumns="False" Name="dataGrid1" IsReadOnly="True">
...
0
votes
1answer
74 views
Can I bind to an ancestor DataTemplate in Silverlight?
I'm having trouble pulling off a binding that I believe should be valid in Silverlight 5:
<Controls:GraphLayout>
<Controls:GraphLayout.VertexTemplate>
<DataTemplate>
...
0
votes
0answers
131 views
Silverlight Update/Trigger IValueConverter in Listbox DataTemplate in a DataGrid continued
The original question here was never answered.
I have the same problem. Using the example provided in the link above, my version of the Ellipse Fill Converter is based on several external conditions. ...
0
votes
2answers
536 views
WP7: Dynamically adding UIElements to a LongListSelector item
I'm trying to add UIElements to a LongListSelector item programmatically. I've created templates for the header, footer, items etc.
Right now I'm doing something like this (the list item template):
...
0
votes
1answer
106 views
How to access control inside a TitleTemplate of RadPane
How can I get a handle for the GridSplitter inside the TitleTemplate of RadPane
<telerik:RadPane TitleTemplate="{StaticResource radPaneHeaderFormat}" ContextMenuTemplate="{x:Null}" ...
1
vote
2answers
111 views
Data Template are only necessary in ItemsControl controls?
Let me explain you my situation.
I have a base class called Shape, and several concrete classes like Triangle, Square, etc.
I have several data templates.
I'm building just one object. So I ...
0
votes
1answer
150 views
How to get specific element out of many elements in data template in Windows Phone 7
my listbox:
<ListBox x:Name="listBox" Grid.Row="2" FontSize="26" SelectionChanged="listBox_SelectionChanged" ItemsSource="{Binding SelectedSubGenre.PhotoCollection}">
...
0
votes
2answers
280 views
Binding templated item to Converter's Value property in DataTemplate
I'm using Silverlight 4.
I have a DataTemplate defined for a DataGrid which allows me to successfully display values to my liking. I have a Rating control inside of this DataTemplate that has a ...
0
votes
1answer
150 views
Silverlight phone Update a button in Datatemplate that is bind to listbox
<Grid x:Name="ContentPanel" Grid.Row="1" Margin="12,0,12,0">
<Grid.Resources><DataTemplate x:Key="mDataTemplate">
<Button BorderBrush="#FF767171" Margin="10,10,0,0" ...
2
votes
1answer
316 views
How to drag a listboxitem in WP7?
As the codes below, I have a listboxitem.
I want to drag the listboxitem horizontally to right and disappear.
but when drag it, this error pops up,
transform.X += ...
0
votes
2answers
341 views
Silverlight MVVM - Get reference to ListBoxItem from View codebehind based on a button's click event
Ok, I have the folllowing, XAML markup in a Silverlight MVVM Light app. This is part of the view. In the click event of the btnClearBodyMark in the view's codebehind I've tried traversing the tree ...
1
vote
2answers
217 views
Using pushpins in a DataTemplateSelector
I have built a DataTemplateSelector which I use for showing a different pushpin on the map. I now have the following DataTemplate wich works in the way I want, except that it are not pushpins but ...
1
vote
1answer
361 views
ExpanderView, Customizing the nonExpanded header (Windows Phone)
I'm trying to use the Silverlight Toolkit Control (ExpanderView). To edit the header of the expander viewer I use the ExpanderTemplate like this:
...
0
votes
1answer
1k views
ListBoxItem HorizontalContentAlignment=Stretch not working
I am having trouble getting my listbox items to stretch to the whole listbox width.
Below is my xaml for my listbox
<ListBox x:Name="MyListBox"
VerticalAlignment="Stretch"
...
0
votes
1answer
654 views
Storyboard in DataTemplate doesn't work
I need to have a storyboard which could change a foreground in my TextBox. The problem is that this TextBox has to be in DataTemplate.
How can I change my xaml to have this working ?
...
0
votes
2answers
170 views
Binding custom class
Simple question about XAML.
There is a class Achievement and a control AchievementControl to display it.
I have tried to create a ListBox which contains List as ItemsSource and DataTemplate
...
0
votes
1answer
326 views
Using buttons in DataTemplate for DataGrid for Action
Ok so here's what I got, as example.
<sdk:DataGridTemplateColumn>
<sdk:DataGridTemplateColumn.CellTemplate>
<DataTemplate>
<HyperlinkButton Content="Delete" ...
0
votes
2answers
357 views
If the DataTemplate is nested in another Datatemplate it's hard the binding with a father-template property
Have youI know that the problem has been many times discussed in the web. But mine is a particular case and I still haven't found the right solution.
Scenario: Silverlight 4 - A TreeView with data ...
0
votes
1answer
486 views
DataGridColumn Header content WPF
I want to localize a presentation and I'm having a brain freeze on this one. I'm using a markup extension, so instead of having this:
<DataGridTextColumn Header="Number" Binding="{Binding Number}" ...
0
votes
1answer
196 views
How to create an expandable textblock in Silverlight
Right now I have a datatemplate that wraps several textblock elements inside of a StackPanel. The textblocks specify information about the bound item, such as the name, description, and a few other ...
0
votes
1answer
364 views
Bind image in templated ListBox to ViewModel property
TL;DR - I had a binding error. Tired eyes miss things.
I have implemented a multi-select CheckBox list using a ListBox as the container. Now, beside each checkbox in the list I want to display an ...
0
votes
1answer
384 views
Trying to bind TextBlock which is inside the DataTemplate of an accordion control in Silverlight. Text is not visible when I run the application
I amsomewhat new to Silverlight, What I want to do is to show the Title in the accordion control which is bound from the property of that user control. I have a TextBlock which is inside the ...
1
vote
0answers
150 views
Implementing DataTemplateSelector - want to pass parent's property somehow
I'm trying to implement DataTemplateSelector just like it is done here: http://www.codeproject.com/KB/silverlight/SLTemplateSelector.aspx
This XAML works fine. However, this is not what I want. I ...
1
vote
1answer
99 views
Access Textblock Placed in Slider Thumb
I have placed a textblock in a slider thumb by Template editing. I want its value to be changed dynamically but the problem is I cant access that text box from code behind.
Any Solutions??
3
votes
1answer
1k views
ComboBox.ItemTemplate for multiple controls
I have 10 ComboBox controls that will use the same item template (an Image and a Textblock), and the same items, so I want to define this template on a more global scale (page level). This is what ...
1
vote
1answer
298 views
Control size of ListBoxItem (with DataTemplate) using RadioButtons
I´m displaying images in a ListBox and i want to control the size (small, medium, big) of the images with RadionButtons. The ItemsSource of the ListBox is bound to a property of a viewmodel. My ...
4
votes
2answers
2k views
SL4. Binding by ElementName is not working within DataTemplate
There is an another headache with DataTemplate.
Description:
Using Silverlight 4, Mvvm, etc. (standart set of developer tools for Silverlight LOB applications).
List of entities is succesfully ...
2
votes
4answers
598 views
How to bind to ItemsSource in DataTemplate?
in my Silverlight 4 application, I want to use an AutoCompleteBox from the Silverlight Toolkit. I use this AutoCompleteBox in a listbox, which items are defined in a DataTemplate
<ListBox ...
0
votes
2answers
297 views
Binding To ICommand From Inside DataTemplate
I have a custom control that has an ICommand dependency property. I would like to bind to this property from inside a DataTemplate. To make things clearer here's my code:
DataForm class:
public ...
2
votes
2answers
695 views
WPF TabControl with DataTemplate behaves very strange
If you put controls in your DataTemplate, why are their individual states copied or reflected in each and every Tab in the TabControl? You change it in one Tab, all other Tabs reflect, why is that?! ...
1
vote
1answer
150 views
Templating ItemControl items without using ItemsSource
I am trying to build a custom Silverlight ItemsControl. I want the users of this control to add items using XAML. The items will be other UI elements. I would like to add a margin around all added ...
0
votes
3answers
157 views
Why does my storyboard that is within a DataTemplate not begin?
I have a custom drawn 'Path' control with some texblocks inside making up a DataTemplate in Silverlight 4. I used the Animation window in Expression Blend to create a simple animation that I can ...
1
vote
1answer
661 views
Implement DataTemplate DependencyProperty in UserControl
I'm trying to make an intertia touch scrolling list in a UserControl in Silverlight 4 using Expression Blend 4. I've already made the dependency properties in my UserControl which i want to work like ...
0
votes
1answer
384 views
Silverlight Binding To A User Control Within A DataTemplate
In Silverlight, I have a DataTemplate which is bound to an object which contains a property which holds a UserControl.
Within the DataTemplate, I want to bind to the property which holds the ...
3
votes
1answer
516 views
Data bindings in Data Template not working
I have UserControl to do filtering for several presentations, which in turn has a ContentControl. The content are the individual filtering controls that vary among the presentations.
The scheme works ...
3
votes
2answers
2k views
Problems with XamlReader generating DataTemplate
I'm trying to implement the code below in my WPF project in order to generate DataTemplates on the fly for a DataGrid with dynamic columns. I found the code on StackOverflow here
public DataTemplate ...
1
vote
2answers
825 views
Silverlight how to set the datacontext of a listbox item to the root viewmodel for the view that it is in
Within my project I have a Listbox which uses a datatemplate. Within this data template I have a button. When the listbox generates results the item source for this listbox is set to some property ...