Creating A Scrolling Display

Hi,

I’m like to create a display that can scroll. In WPF, its easy, just create a ScollViewer instance and add the relevant content control… But how can I create one with FrameworX?

Reason I need a scrolling container is that its going to have a lot of symbols added dynamically using Code Behind at runtime. So that means I don’t need any designer support once the container is created.

Andy

If you have your DisplaySettings as “NoAction” it will automatically add the scroll bar for you if the display is bigger than your screen.
The option can be configured below:

And the result would look like the following: