This is a migrated thread and some comments may be shown as answers.

Column chooser item formatting (height)

0 Answers 35 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Grégory
Top achievements
Rank 1
Grégory asked on 29 Nov 2017, 02:43 PM

Hi,

I found the was to left-align the name of the column using the following code :

        private void radGrid_ColumnChooserItemElementCreating(object sender, ColumnChooserItemElementCreatingEventArgs e)
        {
            e.ItemElement.TextAlignment = ContentAlignment.MiddleLeft;
        }

 

But I did found how to set the height of the elements in the list of columns (see screenshot attached).

Is there any way to do it ?

 

Thank you.

 

 

No answers yet. Maybe you can help?

Tags
GridView
Asked by
Grégory
Top achievements
Rank 1
Share this question
or