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
1825
Unable to Set Background Selected Cell
posted

I have already set the Background Selected to the Same color as BackGroundActive, so the Selected Cell background should be the same as the SelectedRow Background.

However it comes up as different. I am using v11.1 / Win XP

 <Style TargetType='{x:Type igDP:DataRecordCellArea}'>
                <Setter Property='BackgroundHover' Value='Transparent'/>
                <Setter Property='BackgroundActive' Value='#FF483D8B'/>
                <Setter Property='BorderHoverBrush' Value='Transparent'/>
                <Setter Property='BackgroundSelected' Value='#FF483D8B'/>
            </Style>