Hello, I am new in the development with FuseTools. Can you tell my what is the best way to make a layout that works on all directions? Should i use a Stackpanel, Grid or a DockPanel at first?
Thanks
Hello, I am new in the development with FuseTools. Can you tell my what is the best way to make a layout that works on all directions? Should i use a Stackpanel, Grid or a DockPanel at first?
Thanks
Depends on what your looking for, but StackPanel is great to use, and I use regular panels with ColumnLayout, i find it easier than using grids. You can also use Alignment="" tag to align something. Check out some of the tutorials on youtube they are great for learning layout!
This video in particular: Layout Basics. You’ll find links to all relevant documentation on layout in the video description as well. Enjoy!