Hello Mike,
the thread Vertical scroll bar treats similar question. Does it help you?
Best regards
Paul Banach
It's only strolling the height of what is viewable. And not the entire contents of the Outline.
Is this not the expected behavior? If you want to scroll invisible contents, then try following:
var rect contentArea = Outline.GetContentArea( Core::ViewState[]);
Does it work?
That's not working either.
As you can see I have 4 items over a height of 370. And when I use the VerticalScrollBar it only scrolls another 4 items (370pixels worth). There are 12 total.
My Outline's height is the same as my Bounds height. Does it need to extend beyond?
hmm ... no idea what is wrong. If you want you can upload your project or an example demonstrating the issue. Then I would analyze it.
No, Outline is usually smaller than its content. This is the idea to scroll the content within the smaller Outline area.
after reviewing your project I found the problem. Please see again the thread Vertical scroll bar mentioned in my first answer. Your implementation is missing the onUpdate slot method. Once such slot method is added to the component, implemented with the code found in the thread and assigned to the Outlines property OnUpdate, the scrolling works as expected.
Ask Embedded Wizard - Archive
Welcome to the Ask Embedded Wizard archive. This community forum served us well for many years, but we've evolved our support approach!
Your resources:
The Embedded Wizard Online Documentation provides comprehensive documentation, tutorials, examples and ready-to-use software packages.
For dedicated assistance, explore our Embedded Wizard Product Support.
You can still browse the valuable discussions from our community history here.
Embedded Wizard Website | Privacy Policy | Imprint