Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
180
Integrate XamDialogWindow in hidden state?
posted

Is there a way, to integrate the XamDialogWindow in the hidden state?

Im trying this in my Xaml Main View:

<UserControl
<StackPanel>
            <ig:XamDialogWindow
                Width="200" Height="200" Visibility="Hidden"
                Content="This is a sample dialog window"
                IsModal="True" StartupPosition="Center" />

..

I want to use the XamDialogWindow for ask the user, if he is sure to save the data.

 

But always i open the View, then the "PopupWindow" is always visible from the beginning.

Parents
No Data
Reply Children