Rotating a .NET panel in Windows Forms

后端 未结 3 1660
死守一世寂寞
死守一世寂寞 2020-12-12 07:54

We use Windows Forms and custom user controls, and I would like to be able to rotate the panel hosting the userControl in a particular form. I have seen similar functionnali

3条回答
  •  时光说笑
    2020-12-12 08:18

    Rotating a panel and its children in Windows Forms is not something directly supported, and I think it will end up being a buggy headache that could easily suck up lots of time. It's especially painful to think about when you could do this in WPF with zero lines of C# code and only a tiny bit of XAML.

提交回复
热议问题