ElektroStudios
ElektroStudios

Reputation: 20464

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.

Upvotes: 5

Views: 309

Answers (1)

checho
checho

Reputation: 3120

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

Upvotes: 1

Related Questions