Skip to content

SyncfusionExamples/how-to-hide-the-column-header-of-the-drop-down-grid-in-wpf-multi-column-drop-down-control

Repository files navigation

How to hide the column header of the DropDown Grid in WPF MultiColumnDropDownControl?

About the sample

This sample illustrates how to hide the column header of the DropDown Grid in WPF MultiColumnDropDownControl.

WPF MultiColumnDropDown (SfMultiColumnDropDownControl), allows you to hide the column header of the DataGrid displayed in the dropdown by setting the header row height of the dropdown grid to Zero.

this.multiColumnDropDown.Loaded += OnMultiColumnDropDown_Loaded;

private void OnMultiColumnDropDown_Loaded(object sender, RoutedEventArgs e)
{
    this.multiColumnDropDown.GetDropDownGrid().HeaderRowHeight = 0;
}

SfMultiColumnDropDownControl hidden column header

Take a moment to peruse the WPF MultiColumnDropDown - Getting Started documentation, where you can find about multicolumndropdown, with code examples.

Requirements to run the demo

Visual Studio 2015 and above versions

About

How to hide the column header of the DropDown Grid in WPF MultiColumnDropDownControl (SfMultiColumnDropDownControl)?

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 5

Languages