I have created a number of usercontrols that I want to dynamically add to
dockpanels based on user input -
It's all straightforward enough but the users have varying screen sizes
and some of the controls have a fair amount of height.
My problem is I cannot get auto scroll bars when the contents of the docking
panel exceed the boundaries. In your demo apps I see some of the windows
do gain scroll bars when the contents exceed although not all do.
Is there a property / method for the dockpanel that automatically creates scrollbars
based on the contents in the dockpanel ? Or do we have to implement this
ourselves manually ?
dockpanels based on user input -
It's all straightforward enough but the users have varying screen sizes
and some of the controls have a fair amount of height.
My problem is I cannot get auto scroll bars when the contents of the docking
panel exceed the boundaries. In your demo apps I see some of the windows
do gain scroll bars when the contents exceed although not all do.
Is there a property / method for the dockpanel that automatically creates scrollbars
based on the contents in the dockpanel ? Or do we have to implement this
ourselves manually ?