Width issue with Telerik RadLayoutControl

I have this RadLayoutControl :

enter image description here

enter image description here

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

enter image description here

How could I stop this behavior ?. I would like to keep the width of these controls so that gridviews take up this extra width when scaling / maximizing.

+5
source share
1 answer

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

+1
source

Source: https://habr.com/ru/post/1240626/


All Articles