Good morning,
I wonder how I can get the flex container height so to alter the docked with system.perspective.alterDock
dimension properly.
Thank you
Good morning,
I wonder how I can get the flex container height so to alter the docked with system.perspective.alterDock
dimension properly.
Thank you
This sounds like an xy problem.
Why do you need this ? Are you changing the docked view dynamically ?
I open a south docked, but I'm using screen with different resolution, of course if I set 800px height when I'll open it in a 4k screen I will have a lot of empty space. This is the main reason.
So you have a view that can take different height depending on the screen ?
Maybe you should have several docks, set their visibility to auto, then configure appropriate breakpoints for different screen sizes
Again, this sounds like an xy problem.
If you give us more details about what you need to do, and not how you're trying to do it, we'll help you find a suitable solution.
In a few words what I would like to do is to open a docked setting its height to the 80% of the view.
That's why I need to have the dimension of the view. I could have more docked with the breakpoints but of course I should repeat every update more times.
Any other suggestion about this?
I made other research but I cant find how to manage the height of the docked in percentage..