Blender Style UI Using Frames On Grid

Rebeka Fox 106 Reputation points
2022-07-13T04:52:13.513+00:00

Would it be unusual behavior to place Frames inside of Grid Cells? I want to basically do like Blender and be able to Navigate tool pods as Pages. I think this is a great idea. My only concerns are a) it won't work b) I've noticed lifetime issues of Runtime Class objects and I'm declaring Statics to solve these issues; a problem when instantiating multiple non determined units. Is there a more appropriate way to do this? This will be going over a DirectX Surface. I like the idea of using Grid because it would size like Blender, which enforces a logical scaling. I rather not mess around with "floating numbers."

Windows App SDK
Windows App SDK
A set of Microsoft open-source libraries, frameworks, components, and tools to be used in apps to access Windows platform functionality on many versions of Windows. Previously known as Project Reunion.
723 questions
Windows API - Win32
Windows API - Win32
A core set of Windows application programming interfaces (APIs) for desktop and server applications. Previously known as Win32 API.
2,417 questions
{count} votes

Accepted answer
  1. Castorix31 81,636 Reputation points
    2022-07-13T06:37:26.1+00:00

    You can put anything inside Grid Colums/Rows
    But usually, StackPanels are used, like in the MSDN sample at : Tutorial: Use Grid and StackPanel to create a simple weather app


0 additional answers

Sort by: Most helpful