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
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
which one is more beginner friendly?
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
oh I see
thanks
I think once you learn wpf it's much faster to dev in than winforms