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
860
Pivot Grid Style
posted

Hello

I am styling the Pivot grid, and finding inspiration in the sample browser. Most of it seems to be wokring, but I have one problem. 

See atcched screenshot. 

I want to hide all columns marked with a green box, but I have a problem with the "Seller" column. I've been trying:

<Style x:Key="RowDropFieldsAreaStyle" TargetType="igPrim:RowsFieldDropAreaControl">
<Setter Property="Visibility" Value="Collapsed"></Setter>
<Setter Property="Background" Value="Transparent"></Setter>
</Style>

The button is correct hidden, but the background color is still light gray. The background changes only takes effect if the area is not Collapsed. 

Any idea on which control I should set the background color?