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
Welcome to the question and answer site for Embedded Wizard users and UI developers.
Ask your question and receive answers from the Embedded Wizard support team or from other members of the community!
Embedded Wizard Website | Privacy Policy | Imprint