Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 1.05 KB

readme.md

File metadata and controls

18 lines (13 loc) · 1.05 KB

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