Skip to content

rafntor/Eto.Containers

Repository files navigation

Eto.Containers

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 };

About

Image Zoom/Pan/Scroll Extra Controls for Eto.Forms

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages