Reduce teh height of Filter row in win Grid

Answered (Verified) This post has 1 verified answer | 4 Replies | 4 Followers Thread's RSS feed.

a_vijay
Points 330
Replied On: Thu, Nov 18 2010 9:00 AM Reply

Hi all,

  I have set the height of the row in the Initalize layout for the increasing the height of cell but the filter row height alos increased.

i have set as follows

e.DisplayLayout.Override.DefaultRowHeight = 50

  how to reduce the size of the filter row?

Regards

Vijay A

  • Post Points: 20

Verified Answer

Answered (Verified) Replied On: Thu, Nov 18 2010 1:47 PM Reply
Verified by a_vijay

e.Layout.Override.DefaultRowHeight = 50;
e.Layout.Override.RowSizing = Infragistics.Win.UltraWinGrid.RowSizing.Free;
this.ultraGrid1.Rows.FilterRow.Height = 25;

Matthew Kraft 
Windows Forms R&D Engineer
Infragistics, Inc.

  • Post Points: 40

All Replies

Answered (Verified) Replied On: Thu, Nov 18 2010 1:47 PM Reply
Verified by a_vijay

e.Layout.Override.DefaultRowHeight = 50;
e.Layout.Override.RowSizing = Infragistics.Win.UltraWinGrid.RowSizing.Free;
this.ultraGrid1.Rows.FilterRow.Height = 25;

Matthew Kraft 
Windows Forms R&D Engineer
Infragistics, Inc.

  • Post Points: 40
Jezze
Points 110
Replied On: Wed, May 23 2012 10:01 AM Reply

Hi Matthew,

is there a way to set a fixed height for the FilterRow, but keep all other rows synchronized sizable?

 

Thanks in advance!

  • Post Points: 20
Answered (Not Verified) Replied On: Wed, May 23 2012 3:20 PM Reply
Suggested by Jezze

Hi,

I think this is the same question I answered here: Wingrid Row sizing - Infragistics Community

Mike Saltzman

Manager - Windows Forms Development

Infragistics, Inc.

  • Post Points: 20
Jezze
Points 110
Replied On: Thu, May 24 2012 4:01 AM Reply

Thanks Mike, this was exactly what I asked.

  • Post Points: 5
Page 1 of 1 (5 items) | RSS