Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Width issue with Telerik's RadLayoutControl

I have this RadLayoutControl:

enter image description here

enter image description here

The problem I have is that when I maximize my Form, the width of the RadListView and the RadDropDownList proportionally increases:

enter image description here

How I could stop this behavior?. I would like to preserve those controls width to let the gridviews occupy that extra width when scaling/maximizing.

like image 430
ElektroStudios Avatar asked Nov 08 '22 21:11

ElektroStudios


1 Answers

You can use the MinSize and MaxSize properties of the LayoutControlItem hosting your controls: link

like image 109
checho Avatar answered Nov 14 '22 23:11

checho