Im looking for away to set the sizing of one of are docked view to be in % instead of px so it can grow and shrink with the screen size of the user
You can only set via px. Instead maybe use a Flex Container and have an embedded view display toggle via some action? You can use a % basis with a Flex Container.
That is how I was doing it before but I was hoping to use the docking fetcher that is built into it so are users can close on open are right tab at will with the handle that is built in but I guess I can probably build the same functionality my self. Thanks for the information.
1 Like