picoe / Eto

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

Rotated GridView? #1998

Open tkdogan opened 3 years ago

tkdogan commented 3 years ago

Hi @cwensley, Is there a way to generate a rotated table / GridView in Eto.Forms? If not - do you see a better way to implement this other than building this from scratch in a drawable? I am including an image of what I was looking for. 8ae3ac7e-232a-4f3e-9ed8-c1ab6816316e Image is copied from https://archive.codeplex.com/?p=rotatedwpfdatagrid

cwensley commented 3 years ago

No sorry, this is not supported or planned. You can certainly create your own with a Drawable, Scrollable, etc.