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
2940
Xamdarid theming issue.
posted

Hi. i have added xamdatagrid and i want line for each record for that xamdatagrid.For that i have added style DataRecordcellarea. 

 

 

 

<Style TargetType="{x:Type igDP:DataRecordCellArea}">

 

 

 <Setter Property="BorderBrush" Value="#EEEEEEEE"/>

 <Setter Property="BorderThickness" Value="0,0,0,2"/>

 

 </Style>

 

 

i am facing problem in background brush Selected and Mouseover.It is taking default style if i select igtheme or any theme.how can i overcome this problem.How can i write basedon property for that style and can i write in app.xaml.

Parents Reply Children
No Data