I've got a RadPanelBar with the Vertical/Horizontal Visibility properties set to Auto, which has been working initially when I display a user-control, but has some issues with resizing:
If I increase the height of my window, the vertical scrollbar's height seems to be aware of the increased height, and accounts for this, however, when I decrease the height of the window, the vertical scrollbar remains at the largest height it had reached previously.
I recall some properties in WinForms you had to set in order to resize for grow-and-shrink, but I don't see anything like this in the WPF stack. Is this resize behavior a known issue, or have I missed a setting that would make the scrollbar work as expected?
BTW - we're using version 2010.1.515.35 currently
Thanks,
Tony
If I increase the height of my window, the vertical scrollbar's height seems to be aware of the increased height, and accounts for this, however, when I decrease the height of the window, the vertical scrollbar remains at the largest height it had reached previously.
I recall some properties in WinForms you had to set in order to resize for grow-and-shrink, but I don't see anything like this in the WPF stack. Is this resize behavior a known issue, or have I missed a setting that would make the scrollbar work as expected?
BTW - we're using version 2010.1.515.35 currently
Thanks,
Tony