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