Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
825
Recordselector style like excel grid
posted

hello,

i would like to accomplish the following appearance of the xamDataGrid Row Label/Row Header/Recordselector however it's called:

- The Background should be always the same as the labels of the fields. If I change the theme of the xamdatagrid, the record label background should also change and have the same look as the field label.

- the recordselector should contain the number of the row (beginning with 1) (i.e. Record Index + 1)

- i want to set the borderthickness and the borderbrush, i.e.:

<Setter Property="BorderThickness" Value="0,0,1,1" />
<Setter Property="BorderBrush" Value="#D5D5D5" />

because my grid cells have the same borders.

the appearance should be a bit like the excel row header.

ist this possible? If yes, how?

Thank you very much for any help,

Jochen

Parents Reply Children