I have an HStack (height: 25, width: "100%") that I would like to look like a Window header of whatever skin is loaded. What's the right way to do this.
There's not an easy way to do this, as there is a very very long list of settings that could be applied to Window's header, and in some skins, it's appearance is actually based on images that are bleeding through from elements that are underneath (eg TreeFrog: the header element as such is transparent, and the edges (showEdges:true) are what you see.
Not really, since that's precisely what's part of the header itself in some skins (eg SmartClient) but part of the Window's edges in others (eg BlackOps).
Comment