CorelDRAW Docker

I'm playing around with the dotNet Docker  and I'm wondering if anyone knows how to make the docker scroll when there are more items outside of the screen's resolution?

Parents
No Data
Reply
  • Former Member
    Former Member over 7 years ago
    In wpf use the control "ScrollViewer", take a look in real use

    https://github.com/bonus630/QrCodeDocker/blob/master/QrCodeDocker/Docker.xaml

    a different use

    https://github.com/bonus630/topologia/blob/master/topologia/Docker.xaml
Children