Ticket T226559
Visible to All Users

Working with solutions created by DevExpress 14.2 Template Gallery

created 10 years ago

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
- I can't use PdfViewerControl (DXApplication14_2_2.JPG) in IDE

The Operating Systems are Windows 8.1 pro and Windows server 2012 r2

Answers approved by DevExpress Support

created 10 years ago

Hello Peter,

Here are my comments regarding the issues:

  1. This problem will be processed in a separate ticket: NavBarControl has an incorrect layout if it is located in the AutoHideGroup of the DockLayoutManager control.

  2. Please note that the DocumentViewerControl.CommandBarStyle property is located in the DevExpress.Xpf.Controls.v14.2 assembly. So, it is necessary to add a reference to this assembly to the project to work with the PDF Viewer control at design time.

Thanks,
Elliot

    Disclaimer: The information provided on DevExpress.com and affiliated web properties (including the DevExpress Support Center) is provided "as is" without warranty of any kind. Developer Express Inc disclaims all warranties, either express or implied, including the warranties of merchantability and fitness for a particular purpose. Please refer to the DevExpress.com Website Terms of Use for more information in this regard.

    Confidential Information: Developer Express Inc does not wish to receive, will not act to procure, nor will it solicit, confidential or proprietary materials and information from you through the DevExpress Support Center or its web properties. Any and all materials or information divulged during chats, email communications, online discussions, Support Center tickets, or made available to Developer Express Inc in any manner will be deemed NOT to be confidential by Developer Express Inc. Please refer to the DevExpress.com Website Terms of Use for more information in this regard.