Hi,
I have upgraded my win8 app to win10 but your new win10 controls are causing an issue.
SlideView and SlideViewItem do not appear in DevExpress.UI.Xaml.Layout as they did before.
Have they been moved?
Thanks
Hi,
I have upgraded my win8 app to win10 but your new win10 controls are causing an issue.
SlideView and SlideViewItem do not appear in DevExpress.UI.Xaml.Layout as they did before.
Have they been moved?
Thanks
Hi,
Thank you for the clarification, Kieran. Currently, SlideView is not ported to the Windows 10 App Controls suite. Indeed, it is not our final decision and we will consider introducing this control in future releases of our Windows 10 App Controls in the context of the Implement SlideView in Windows 10 App Controls thread. Please stay tuned to our announcements.
As an immediate solution, you can replace the SlideView control with the standard Hub container, which provides similar capabilities. What do you think about this way?
Thanks,
Michael
Hello Kieran,
I've tried to reproduce the issue in a simple sample, but my attempt was not successful. Would you please modify the attached sample so we can reproduce the same error on our side? This will help us find the cause of the issue and suggest a more suitable solution. We are looking forward to your response.
Thanks,
Andrey
Due to the specifics of the XAML technologies (WPF, Silverlight, WinRT, UWP), an element defined within a data template cannot be accessed in code. Please refer to How to access any control inside Hubsection Datatemplate in Windows 8.1 store to learn how to accomplish this task. Let me know if you have additional questions.
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.
Hello,
Please give us some additional time to research this issue. We will get back to you as soon as possible.
No problem.
I have listed an extract of my code below so we are clear on what I am talking about. NB its only the slideview and slideviewitem which are throwing an error.
thanks
<Grid Grid.Row="1">
<ScrollViewer x:Name="scrollViewer" VerticalScrollBarVisibility="Auto" HorizontalScrollBarVisibility="Auto" ZoomMode="Enabled" MinZoomFactor="1.0">
<Layout:SlideView x:Name="SlideView" >
<Layout:SlideViewItem HeaderTemplate="{x:Null}" ScrollViewer.BringIntoViewOnFocusChange="True">
<!-- overall layout - horizontal-->
<Layout:LayoutControl Orientation="Horizontal" PortraitOrientation="Vertical" Margin="50,0,0,0"
ScrollViewer.BringIntoViewOnFocusChange="True" >