Posted 15 May 2019, 2:23 pm EST
We are early in evaluating the FlexReport\FlexViewer controls as a replacement for Crystal Reports for Winform applications.
The Winform applications are generally implemented as a MDI application that include a Ribbon interface as a primary means of navigation. The default display of the maximized FlexViewer Ribbon under another ribbon seems a little overwhelming.
We have been able to alter the FlexViewer display to show the controls in a more condensed view. The minimized ribbon aligns the FlexViewer controls to the right.
Q: Is there a property\method to have the minimized ribbon controls align to the left?
' Customize
' Show Ribbon as Minimized
Me.c1FlexViewer01.Ribbon.Minimized = True
' Quick Access Toolbar Visible
Me.c1FlexViewer01.Ribbon.Qat.Visible = False