Data templating is a feature of WPF and Xamarin.
I'd like to display search results within a WPF ItemsControl with the query terms highlighted. The search engine I use, …
wpf xaml datatemplate itemscontrolI'm getting this warning in Visual Studio output window when binding on a SolidColorBrush property inside a DataTemplate: System.Windows.…
wpf warnings datatemplateIs there a XAML only way to automatically sort the bound items (list of ViewModel object) ItemsControl based on one …
wpf sorting datatemplate itemscontrol collectionviewsourceI am writing a composite loosely coupled MVVM WPF application and child VMs in a parent VM are interfaces rather …
wpf types interface bind datatemplateI have a generic control which displays an editor based on the type property inside a ViewModel. Currently it's implemented …
wpf datatemplate controltemplate datatrigger datatemplateselectorASP.NET controls like ListView allows providing a custom template by setting the ListView.EmptyDataTemplate property, this template will be …
.net wpf xaml datatemplate itemscontrolI have a listView that I construct at run-time, i.e. the columns are not known at compile-time. I would …
wpf listview datatemplate code-behind gridviewcolumnThis may be a stupid question, but is it possible to define some sample data as DataContext in order to …
wpf xaml datatemplate designviewI have made a sample demo VS 2010 RC sample project, because in my production project I have the same error …
wpf datatemplate contenttemplateselectorI have used the following template in my project: <DataTemplate x:Key="textBoxDataTemplate"> <TextBox Name="textBox" ToolTip="{…
textbox wpf-controls datatemplate selectall