Eto.Containers

February 21, 2022 ยท View on GitHub

Build NuGet License

Provides some extra Eto.Forms containers that adds various Zoom/Drag/Scroll-features:

  • Eto.Containers.DragScrollable - a Scrollable container where the content can also be dragged as an alternative to using the scrollbars.
  • Eto.Containers.DragZoomImageView - an ImageView container where content can be dragged and zoomed using mousewheel.

Demo applications : https://nightly.link/rafntor/Eto.Containers/workflows/build/master

Quickstart

Use NuGet to install Eto.Containers, then use some of the following in your Form or Container:

   this.Content = new DragScrollable { Content = SomeOtherControl };