Articles in this section
Category / Section

How to show or hide the panel with header in WinForms XPTaskBar?

1 min read

Show or hide the panel with header

The XpTaskBar control supports to expand or collapse the panel with header. It achieved by enable the ShowCollapseButton property.

C#

//Shows expand and collapse buttons in the header.
this.xpTaskBarBox1.ShowCollapseButton = true;

VB

‘Shows expand and collapse buttons in the header.
Me.xpTaskBarBox1.ShowCollapseButton = True

Screenshot

Show Expand panel with header  

Expand panel with header.

 

Show collapse panel with header  

Collapse panel with header.

Samples:

C#:  XpTaskBarExample

VB:  XPTaskBarExample

Did you find this information helpful?
Yes
No
Help us improve this page
Please provide feedback or comments
Comments (0)
Please sign in to leave a comment
Access denied
Access denied