Tagged Questions
0
votes
0answers
18 views
How do I remove the default Mouseover/Selcted Item highlight style on a listBox/ListView when using a DataTemplate as my ItemStyle?
When using a Listbox I normally use an ItemContainerStyle for the style of my items. I could then change my default mouseover highlight style no problem. With a DataTemplate as my Item style I cannot ...
0
votes
1answer
32 views
Using Usercontrol inside Datatemplate
On a project I have started using Caliburn.Micro.
Now I want to split a large UserControl into several smaller UserControls, so that I can use them inside of DataTemplates. EisenbergEffect suggests ...
0
votes
2answers
37 views
DataTemplate not being applied
I have a window in which I want to display dynamic content based on a datatemplate.
The XAML looks roughly like this:
<Window x:Class="Report.ControlLibrary.ReportHost"
...
0
votes
0answers
22 views
WPF Problems with Custom Control
I have a Custom Control in WPF
public class MyClass: Control, INotifyPropertyChanged
{
private Boolean _hasData;
public Boolean HasData
{
get { return _hasData};
set
...
0
votes
1answer
22 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
33 views
Updating DataTemplate on LoadingRowDetails Event using MVVM
I have a Grid which has a childGrid inside DataTemplate:
<RadGridView Grid.Row="0" x:Name="parentRadGrid" LoadingRowDetails="parentRadGrid_LoadingRowDetails">
...
0
votes
0answers
29 views
Dynamically select DataTemplate based on tables residing in strongly typed dataset
I have a strongly typed DataSet with a number of tables and I'd like to be able to automatically/dynamically render a specific DataTemplate when displaying data from any of the tables. Now, what ...
0
votes
1answer
31 views
Bind to parent control from within context menu within data template
I'm wanting to bind to a parent control from a context menu within a datatemplate.
Unfortunately I'm restricted to .net 3.5 and can't use the x:reference extension introduced in .net 4.
Below is an ...
0
votes
0answers
26 views
Fade in and out the Validation.ErrorTemplate
By default the ErrorTemplate will show when the IDataErrorInfo.this[string] method returns null. But I would like it to fade in and out. How do I do that?
0
votes
1answer
21 views
WPF - Menu items from XML via XmlDataProvider
I am trying to parse menu items from XML via XmlDataProvider, without luck.
The "Add Item 2" menu appears, but only a blank item opens from that one as a submenu.
What am I doing wrong?
At my XAML ...
0
votes
1answer
102 views
WPF VB.NET Binding Image Source From String in Data Template
My first WPF application (please be gentle!), and I'm making an app based on events during a football match. So I've set up a Player class, and one of the properties is Nationality eg: Scotland. Then ...
1
vote
1answer
69 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
63 views
Change RowDetailsTemplate based on combobox in Datagrid Row
I have a WPF & MVVM application with a datagrid where I want to be able to change the DataTemplate of the RowDetails based on the selectedvalue of a combobox within the same row. I don't want to ...
0
votes
0answers
79 views
WPF Binding to DependencyProperty of UserControl in DataTemplate is not working
i have a custom userControl with DPs and have the problem that the binding to these properties only works if i use the controls outside of datatemplates.
Outside of Datatemplates works the ...
0
votes
0answers
42 views
How to apply DataTemplate in derived from UserControl
I create my Toolbox user control derived from ListView. How to I can automatically apply DataTemplate for all child of my user control?
My user control code behind:
public class Toolbox : ListView
...
1
vote
2answers
42 views
Associating View and ViewModel pairs in XAML without repetitive code
I have read a very nice tutorial about letting ViewModels do their stuff while the views just switch themselves via databinding with DataTemplates.
I succesfully made a window which has an ...
3
votes
1answer
56 views
DataTemplate as resource with customizable bindings
I have a DataTemplate that I use to present a value with symbol that looks something like this:
<DataTemplate>
<TextBlock VerticalAlignment="Center">
<TextBlock.Text>
...
2
votes
1answer
48 views
change the datatemplate for the rowdetails of a datagrid based on row value
I have a wpf application using MVVM principles. Within this application I have a datagrid where I want to have each row choose between one of 6 possible datatemplates based on the value of an ...
0
votes
2answers
77 views
WPF ContentControl not displaying anything
I am trying to build a Control that selectively displays different things based upon the types that are passed in, but for some reason I end up displaying nothing at all.
Is there some fundamental ...
0
votes
1answer
59 views
wpf listbox and datatemplate with grid inside
i have a following question. I want to have listbox with datatemplate as grid. This grid has 2 two columns. I want to set first column width to "3*" and another to "*". How to do this? I will copy my ...
1
vote
1answer
51 views
Change style based on data
Consider below XAML =>
<fluent:Ribbon x:Name="MenuRibbon"
Title="title"
SnapsToDevicePixels="True">
<fluent:RibbonTabItem ...
-1
votes
2answers
37 views
How to change part of the datatemplate background
I have a ListBox, its DateTemplate like this:
<Grid Margin="30,0,0,0" HorizontalAlignment="Left">
<Grid.ColumnDefinitions>
<ColumnDefinition />
...
0
votes
1answer
110 views
WPF CustomControl pass through of datatemplate to listbox not working
I am learning about custom controls and am making an autoCompleteTextBox as an example. I am creating the custom control for a WPF project (v 4.5 with vb.net 4.5) and it is using a textbox base ...
0
votes
1answer
37 views
XamDateTimeEditor (Infragistics) mask is not visible when control is disabled or enabled(not in focus)
I have posted this in Infragistics, but just wondering if anyone overhere knows an answer.
How can I style the control, XamDateTimeEditor so that it will always shows mask whether the control is ...
0
votes
0answers
94 views
WPF Listbox Loaded animation applied to every item
I'm trying to animate items as they are added to a listbox following the example here: Animate WPF Datatemplate when item added to Listbox?
I am able to animate the items, the issue is that every ...
1
vote
0answers
44 views
Reusing DataTemplate for derived classes
I have a set of classes that all derive from the same base class. These are intended to be tests and can be run manually or automatically. I want the display on screen to be different depending on an ...
1
vote
1answer
38 views
How can I solve a toolbar bug with DataTemplates?
(Wpf, .Net4)
Hey,
When I use a Data Template with DataType (and no key) it only applies in the constructor.
(I must use it that way because I have two different type).
The thing is, it works on .net ...
0
votes
1answer
113 views
ComboBox binding to select item based on equality of properties of two sources when using datatemplate
Please note:
The two types in the lists are simplified a lot for this example and must be kept separate.
The use of an int as connection between the types can not be changed.
The problem:
Given ...
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 ...
1
vote
2answers
49 views
'MultiBinding' cannot be used within a 'SetterBaseCollection'
I just started to programm in C# and got the following error message "A 'MultiBinding' cannot be used within a 'SetterBaseCollection' collection. A 'MultiBinding' can only be set on a ...
2
votes
1answer
106 views
How to get Specific Element of Style by code in Wpf c#
Hi I'm trying to use a template item into the code behind c#
I'm trying to access the PictureBox which is WindowsFormHost.
And then set it to what I want.
<Style x:Key="ScreenListBox" ...
1
vote
3answers
37 views
WPF Binding a Listbox to thing that has sub enumerables
I have a class like this:
public class UIThing {
public string Name{get;set}
public IEnumerable<Thing> LotsOfThings;
}
I have some of these in a List (List<UIThings>) and I would ...
0
votes
1answer
27 views
How can I display an itemsCount for Expander content
I have spent wayyyy too much time on this, so if someone can help point me in the right direction, I would be very appreciative.
I have an Expander with a ListBox in it. I have bound the ListBox to ...
0
votes
1answer
21 views
Displaying different instances of UserControl through DataTemplate
<UserControl x:Name="AView" .... />
public class AViewModel { .. }
<UserControl x:Name="ParentView">
<UserControl.Resources>
<DataTemplate DataType={x:Type ...
1
vote
2answers
24 views
Where can I use a DataTemplate in something that isn't a repeater type of control?
Ok, I know it's kind of weird, but I am trying to create a data driven panel that reconfigures itself based on a DataTemplate member that I have on a object. Right now I am accomplishing this by ...
0
votes
0answers
41 views
Extend templated window main menu
I am making a template window design in WPF for future reuse. I make a lot of small dedicated tools for the project I am working on and would laike to have a consistent feel for the suite. So far I am ...
0
votes
1answer
213 views
DataTemplate to show Buttons in WPF ListView while maintaing Properties
In WPF, I have a ListView of 2 columns and the first column needs to be a button. Correct me if I'm wrong, but the only way I found to implement a button in a ListView is to use a DataTemplate. The ...
0
votes
1answer
74 views
ComboBox in DataTemplate, items not highlighted on MouseOver
Here's my question:
I have a ListBox binded to a list, in which the ItemTemplate is a DataTemplate that contains a ComboBox, so, for each item of my list I can show a different combobox.
Everything ...
1
vote
0answers
45 views
Why is a ArgumentOutOfRangeException being thrown when datatemplate is not the current one being used
I am using a data template selector, as shown below: -
public class ExampleTemplateSelector : DataTemplateSelector
{
public DataTemplate Foo { get; set; }
public DataTemplate Bar { get; set; ...
0
votes
1answer
189 views
WPF MVVM DataTemplate: Inject Template ViewModel with Data from parent Viewmodel
I have an ObservableCollection in my parent ViewModel which I want to display in the parent View. So I've defined a child View and a child ViewModel handling button clicks.
How do I get each item from ...
1
vote
1answer
92 views
Customize TabItem DataTemplate
How can I make DataTemplate in WPF for TabItems and in each TabItem customize its content?
I need this:
<TabControl>
<TabControl.ContentTemplate>
...
2
votes
1answer
251 views
DataTemplateSelector and its weird behavior
I am using a DataTemplateSelector inside a ContentControl. I have 3 different DataTemplates based on 3 different object types. When I set the content of my ContentControl to data of the mentioned ...
0
votes
2answers
50 views
set height of icon Image template programatically
I have one column in my datagrid which contains Icons.
for this I have one celltemplate added to column programatically.
var imageFactory = new ...
0
votes
1answer
90 views
Modifying TabControl's header
So I'm adding my views directly to the TabControl's Items collection at runtime (instead of creating TabItems around them and addings those TabItems to TabControl). The views expose a property ...
1
vote
1answer
146 views
WPF Data Templates and Buttons
Note: I am using Visual Studio 2012
I have the following DataTemplate (note: there is a TextBlock and Button)
<DataTemplate DataType="{x:Type ctlDefs:myButton}">
<StackPanel>
...
2
votes
1answer
113 views
How to Bind To Data within a Datatemplate of a ContentControl
I have the following simplified Example:
<Window x:Class="TemplateBinding.MainWindow"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
...
0
votes
0answers
109 views
Show WPF Popup in DataTemplate created with FrameworkElementFactory
Iam trying drag and drop with gong-wpf-dragdrop project. It work fines but when I try drag and drop between two windows, it doesnt show drag-over information on the second window.
It is because this ...
1
vote
0answers
65 views
Text not display proper in wrap panel
<WrapPanel Margin="20,5,10,0" Orientation="Horizontal">
<ItemsControl ItemTemplate="{StaticResource EvenNotesItemsTemplate}" AlternationCount="2" ItemsSource="{Binding}" />
...
0
votes
1answer
209 views
WPF Xaml Access Custom control in DataTemplate
I have a custom control `AutoCompleteTextBox in a DataTemplate as shown below:
<DataGridTextColumn.HeaderTemplate>
<DataTemplate>
<StackPanel Orientation="Vertical">
...
0
votes
1answer
113 views
Windows Phone : editing DataTemplate's item in code
I have this DataTemplate in my xaml
<phone:PhoneApplicationPage.Resources>
<DataTemplate x:Key="DataTemplate1">
<Grid d:DesignWidth="485" d:DesignHeight="166" Height="104" ...



