AvaloniaUI / Avalonia

Develop Desktop, Embedded, Mobile and WebAssembly apps with C# and XAML. The most popular .NET UI client technology
https://avaloniaui.net
MIT License
25.54k stars 2.21k forks source link

Overflowpanel #17160

Open trashhacker opened 2 weeks ago

trashhacker commented 2 weeks ago

Is your feature request related to a problem? Please describe.

i would like to see a overflow panel for avalonia

Describe the solution you'd like

panel that stores overflowing controls in a separeted collection !!

Describe alternatives you've considered

No response

Additional context

No response

maxkatz6 commented 2 weeks ago

From the proposal, it's not clear what exact control is requested.

trashhacker commented 2 weeks ago

a control that acts like a stackpanel for example but if it use more then the available space for child controls (overflow) it dont tries to render them, instead it puts them in an internal collection (that can be accessed) to show them in a tooltip or better in a popup for example