RadNavigationView > Pages have no Dock attribute in UI. How di Get them to fill the window?

0 Answers 2 Views
Dock NavigationView PageView
Jon
Top achievements
Rank 1
Jon asked on 18 Sep 2025, 08:21 AM
The page views created within the RadNavigationView have no dock attribute and appear to have a fixed size.

If I set it to autosize it auto sizes to accommodate controls I add, bu,t I want this page to size to the window.

By default it is a small box like this. 



I then set autosize and shrinkandgrow which makes it smaller, Adding any controls into this box means the the autosize works but only to the controls. The controls cannot dock to the pageview and the pageview does not dock to the window that I feel it should. I have to manually specify absolute pageview sizes, or manually position larger controls within the window to expand this pageview.

As I resize the form, I want this pageview to resize to it's window to fit the form sizing and cannot see how to do it. There is no dock attribute for these elements. I'm guessing I may need to do this in code somehow to track the window etc. But this feels super-hacky,

Am I missing something basic?  to the absolute size of this radpageview - and the pageview has no feature to dock to its container.

The radnavigationview is docked and resizes just fine but its pages do not fill the window.
Jon
Top achievements
Rank 1
commented on 18 Sep 2025, 02:06 PM

Fixed thanks to chatgpt - I had autosize set to True on the pages in question.

Mischief Managed.

No answers yet. Maybe you can help?

Tags
Dock NavigationView PageView
Asked by
Jon
Top achievements
Rank 1
Share this question
or