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.
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.
Mischief Managed.