Skip to Content
0
Former Member
Feb 10, 2011 at 11:14 PM

WPF - Enabling the ToolBar after the SidePanel is closed programatically

33 Views

Hi,

To solve the problem of the GroupTree showing up everytime I open a report, I used this command during the ViewChange event to hide the SidePanel:

crViewer.ViewerCore.ToggleSidePanel = False

The problem is the ToolBar is not enabled. What is really odd is the Toolbar is not enabled until I either click the GroupTree closed, click the "Preview" in the GroupTree or click the Parameter tab. I know at one time the hiding of the GroupTree/Parameter panel was I topic of several discussions. I am hoping someone can lead me in the right direction.

Thank you in advance

Corey