Home

Awesome

Eto.Containers

Build NuGet License

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

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