WPF window scrolling with top menu

Posted by Greg R on Stack Overflow See other posts from Stack Overflow or by Greg R
Published on 2010-03-25T15:11:01Z Indexed on 2010/03/25 15:13 UTC
Read the original article Hit count: 303

Filed under:
|
|

I'm running into a dilemma. When I make the ScrollViewer the main content object of my window, scrolling behaves exactly like I want it to. You resize to make it smaller than the content and the window and scroll bars appear. The problem comes in when I want the to menu to be static and the rest of content to be scrollable. I want the scroll bars to behave the same way as a browser window does, meaning when you resize it, the scroll bars appear based on the size of the content. When you expand the window, the content takes up the entire real estate of the window. Is that possible in WPF?

Help would be GREATLY appreciated.

© Stack Overflow or respective owner

Related posts about wpf

Related posts about scrollviewer