I would like to add additional buttons to the contentpane header specifically a 'collapse' button that keeps the header in place but collapses the content. There are a number of other application specific buttons we would like to add to this header as well. Can I get some general direction on how this could be accomplished?
In terms of adding things to the header, you would usually do this by retemplating the PaneHeaderPresenter element.
Got the retemplating to work, any ideas on how to collapse the "content" portion of the ContentPane, and leave the PaneHeader in place to be docked, etc. ? It seems that it does not resize to its container after the content is collapsed.....