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
220
Hide Pivot Grid DropControl Areas
posted

Hello

       I am trying to hide the Pivot Grid Drop control areas

In the Layout Loaded Event I am using

                    this.xamPivotGrid.FiltersDropControl.Visibility = Visibility.Collapsed;
                    this.xamPivotGrid.ColumnsDropControl.Visibility = Visibility.Collapsed;
                    this.xamPivotGrid.MeasuresDropControl.Visibility = Visibility.Collapsed;

It seems the the Drop area is hidden

But there is one more Issue where the icons indicating Measures,Rows and Columns doesnt hide.

Please give me an idea how to hide those images and the area it occupy

Thanks
                   

Parents Reply Children
No Data