C
C#6mo ago
Skell

Panel hidden when using

So I'm currently working with panels in winforms and I keep having to resize stuff so that I can deal with the form behind it and I was wondering if there was some better way to do this.
5 Replies
Jimmacle
Jimmacle6mo ago
winforms gets exponentially more painful the more complex of a UI you need i'd suggest looking into a more modern framework like WPF or avalonia
Skell
Skell6mo ago
which one is more beginner friendly?
Jimmacle
Jimmacle6mo ago
winforms is simpler, but at the expense of it being a lot harder to do more complicated layouts if you mean WPF or avalonia, WPF is fine, avalonia is kind of like WPF 2.0 if you learn one you can use the other also avalonia is cross platform if you care about that
Skell
Skell6mo ago
oh I see thanks
Mayor McCheese
Mayor McCheese6mo ago
I think once you learn wpf it's much faster to dev in than winforms