Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
65
Single Group header visibility in Outlook style explorer
posted

Hi,

I have a ultraExplorer bar with style set to Outlook Navigation Pane.

When there is a single group box in the explorer pane, I want the ultraExplorer to display only the top header and not the bottom one.

 

For eg. Currently with a single group box it shows as below :

 

 

I want it to be displayed as:

 If possible, I would like to get rid of the splitter as well, currently showing in the bottom.

An example of this behaviour would be Microsoft Outlook's task pane. If u knock of all the groups, it still shows the last group shown and that too without the bottom header.

 

Please advise how this can be done programmatically. I tweaked around a bit and got rid of the Navigation Pane overflow area.

But when I say

 

this.ultraExplorerBar1.Groups[0].Settings.HeaderVisible = Infragistics.Win.DefaultableBoolean.False;

 

this.ultraExplorerBar1.Groups[0].Selected = true;

it looses the top header bar as shown:

 

any help would be appreciated

Parents
No Data
Reply Children