I created a sidebar in xul, and I need to make it flexible like Firefox’ history and bookmark sidebars. To do this I tried to apply flex=’1′ to (broadcasterset, broadcaster, page, grid), but there is no change. What should I do in this case?
Share
The “flexibility” is achieved using the
<splitter>element. For example:You have to remember to hide the splitter as well if you hide the sidebar.