This should be a very simple task, but for some reason I am facing a lot of problems with it in WPF.
Here is what I want: I have a bunch of controls in the window, including expander controls. I want to have scrollbars for this window when the content expands below the visible area. In addition, the window does not have a fixed width, it can be maximized, resized, etc.
I tried putting ScrollViewer as the first item in the window, but it does not work correctly. If I set the height and width to βAutoβ, it does not scroll, and if I set it for special delays, it creates a window when the window is maximized.
Any help would be greatly appreciated!
scroll wpf wpf-controls scrollviewer
Greg r
source share