maybe someone here can help me? I've been fighting with this for two days now 😔
My problem is, I have a WD view consisting of several trays (sitting all in one column) containing ViewContainers. The view containers contain views which consist of trees (but may contain other elements later, too).
My problem is now, I want these trays all to have a fixed width (in pixels), but unlimited heigth (just as the navigation tree here in SDN to the left). And I want to specify this fixed width in as few places as possible (to be able to change it later with no hassle).
I found out that the only possible method of forcing a child to a specified width is within a ScrollContainer (or something else which provides scrollbars, such as the Tray). I do miss, however, the option to say that a child may be unlimited in length, but fixed in width (that would be something like "Scrolling Mode = horizontal only").
The purpose of this is that I want to provide some navigational features on the left side of the screen, and I do not want the width to change when a tray gets closed or opened.