I have this RadLayoutControl :
The problem is that when I maximize my shape, the width of the RadListView and RadDropDownList increases proportionally:
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.
You can use the MinSize and MaxSize properties of the LayoutControlItem with your controls: link
Source: https://habr.com/ru/post/1240626/More articles:The presence of a static string constexpr gives a linker error - c ++Button view center to user location using MapKit - iosDifferent behavior is observed with the variable constexpr auto / char -array - c ++Asynchronous version of Monitor.Pulse / Wait - multithreadingIs there a way to determine if a DateTimeFormatter is only a date or time only after building? - javaModel validation error localization - c #How to serialize ObservableList - javaLocalization of data annotations in a separate class library - c #Centering scaled overflow text - htmlPeriodic missions in Django on an elastic beanstalk (possibly with celery beads) - djangoAll Articles