Hi
Here is my xaml:
<ig:XamDialogWindow Grid.RowSpan="2" x:Name="pnlPopupWindow" WindowState="Hidden" IsModal="True" StartupPosition="Center" Style="{DynamicResource XamDialogWindowStyle1}"> </ig:XamDialogWindow>
and .cs file:
ucWatchList _ucWatchList = new ucWatchList(); pnlWatchList.Content = _ucWatchList; pnlWatchList.Show();
1. My problem is that XamDialogWindow not automatic resize and not center after I clear and add new usercontrol in his content. How I can force XamDialogWindow to do this?
2. When userControl change his size for example if have a grid and I add new records I too want to force XamDialogWindow to resize and recenter on the main window or add a vertical scrol bar itself.
Best regards,
Saykor
Hello,
We have shipped out a new service release where your issue is resolved. I'd be glad to find out if you had tested it out and if it had met your requirements.
You can download the Service Releases by logging to our web site and going to Account \My Keys and Downloads.
The fix will be available for the next service release for 12.1 and 11.2 which as I mentioned in my previous post are planned for mid-May.
Is this fix also in 2012 v1?
I have contacted with our developers and they said that the issue is fixed and it should be included in the next service release, which is planned for mid-May. If you have any deadlines and the issue is critical for you we can prepare an untested build for you earlier.
Looking forward for your reply.
Any update?