picoe / Eto

Cross platform GUI framework for desktop and mobile applications in .NET
Other
3.55k stars 323 forks source link

[GTK] Scrollable do not receive OnMouseWheel #2550

Open Serg-Norseman opened 11 months ago

Serg-Norseman commented 11 months ago

Descendants of Eto.Forms.Scrollable (in Gtk) do not receive OnMouseWheel if the nested (scrollable) object has a height greater than the height of the viewport. While there is no scrollbar, the event comes.

Specifications