Browse by Tags
All Tags » ControlTemplate (RSS)
-
Hi,
i have a problem related to data grid card-view binding.
I want to Bind Images in Data Grid Card-View's data cell, other data cell in card will be populated with database fields.
I see the samples also, however it is binding images stored in database.
I want to bind images in card view which I have in project's images folder location. ...
-
Hi,
I am trying to replace the default appearance of the ColumnMangerCell by providing a ContentTemplate. The code looks like this:
<Style TargetType=''{x:Type xcdg:ColumnManagerCell}''>
<!--<EventSetter Event=''MouseDown'' Handler=''Column_MouseDown'' /> does not work why?-->
<EventSetter ...
-
Hello all
I want to have a DataRow that has 2 rows embedded,
I thought I'll use a UserControl that has 2 Dependency Properties, one for each row
(the properties are of type <object> in order to be able to add any type of content to it)
and set this UserControl as the ControlTemplate of the DataRow.
I have chosen ...
-
Hello,
I've applied the WMP11 style to my grid and have added a number of styles. For example, a different mouse over brush and alternating row brushes
<Style TargetType=''{x:Type DataGrid:DataRow}''> <Setter Property=''Background'' Value=''{DynamicResource DefaultRowBackgroundBrush}'' ...
|
|
|
|