In my advancedTexture I have StackPanels that I have used to create side panels and menus in my application. My canvas is already made responsive to the width and height of the window, but I am having trouble making everything in the advanced dynamic texture responsive in this manner as well.
For example when I make the window smaller or change the size of it in general, everything is responsive to this change except the stack panels in my app. So id have the menu and the side panels maintaining their size while the window and the scene and everything in it are changing with respect to the window width and height.
Please does anyone have an idea about this and how I could fix this?