Browse by Tags
All Tags » Styles (RSS)
Showing page 1 of 2 (13 total posts)
-
Hi Dani,
try adding the event to your Style?
<Style TargetType=''{x:Type xceed:InsertionRow}'' x:Key=''insertionrow_style''> <EventSetter Event=''Loaded'' Handler=''InsertionRowLoaded'' /> ...
-
I found the answer. There is a property called, DefaultDropMarkPen, which can bet set.
-
Hello,
Is there any way to realize something like that:
<Style x:Key=''{x:Type xcdg:CellEditor}'' TargetType=''{x:Type xcdg:CellEditor}''>
<Setter Property=''ActivationGestures''>
<Setter.Value>
<xcdg:ActivationGestureCollection>
<xcdg:KeyActivationGesture SystemKey=''Down'' ...
-
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}'' ...
-
When I am dragging a column, an element at the left or right of a column header turns blue where I can drop the column I am dragging. Can I style the blue element? I can't seem to find what to style.
-
My users complained that the font size in my application was too small for them, so I entered typed styles for Label, TextBox and TextBlock in the Application.xaml file.
Everything resized correctly throughout the application except for numeric columns in the WPF Xceed datagrid . String columns correctly responded to the increased font size. ...
-
Im developing a small booking application and would like to use the datepicker control to show the users which dates are availalbe by highligthing the dates with another style.
If anyonw have some ideas please let me know i also appreciate any examples.
thanks in advance
MLAR
-
The ''Alternating DataRow Styles'' in the Styling Elements topic demonstrates how to do this.
-
Is it possible to have different backgroundcolors for different columns in a datagrid. This should not depend on the value in the cell.
ex. if i have a grid with white as a general backgroundcolor and i need to set entire column 2 to red and entire column 5 to green
Appreciate your feedback on this.
-
You can create an implict style that targets DataCell, as demonstrated in the Styling data cells example.
1
|
|
|
|