[DevExpress Support Team: CLONED FROM T226559: Working with solutions created by DevExpress 14.2 Template Gallery]
I created the same Solutions with DevExpress 14.1 Template Gallery (DXApplication14_1PDFView) and DevExpress 14.2 Template Gallery (DXApplication14_2PDFView)
I added the reference for PDVViewer Control
Then I added per Copy and paste the following Content in MainWindow.xaml xmlns:dxpdf=http://schemas.devexpress.com/winfx/2008/xaml/pdf
I replaced
<dxd:LayoutPanel Caption="Explorer" >
with
<dxd:LayoutPanel Caption="Explorer" >
<dxpdf:PdfViewerControl CommandBarStyle="Bars"/>
</dxd:LayoutPanel>
Please look at DXApplication14_1_1.JPG (build with DXApplication14_1PDFView)
What is wrong in Solution DXApplication14_2PDFView?
- the Navigation bar (DXApplication14_2_1.JPG) should be looks like in Version 14.1
The Operating Systems are Windows 8.1 pro and Windows server 2012 r2
I was able to replicate this issue on our side. I will forward this ticket to our R&D team, and we will contact you as soon as we get any results.
Hello Peter,
We have found that NavBarControl inside AutoHideGroup of the DockLayoutManager control will be layoutted correctly if you wrap it with the Grid control. You can use this solution as a temporary one.