Hi
I am having issues setting the RadWindow.Alert window from Code. The method I tried is as follows:
The window size using the above code seems to be 400x600 which is coincidental i.e. it is the size regardless of the Width and Height values used above. I have tried MinWidth and MinHeight as well.
Any ideas?
I am having issues setting the RadWindow.Alert window from Code. The method I tried is as follows:
RadWindow.Confirm( new DialogParameters { Content = new ContentControl { Width = 800, Height = 600, Content = editorView }, DialogStartupLocation = WindowStartupLocation.CenterScreen, Closed = (sender, e) => this.AddChartSeriesGroupClosed(sender, e, newChartSeriesGroup), });The window size using the above code seems to be 400x600 which is coincidental i.e. it is the size regardless of the Width and Height values used above. I have tried MinWidth and MinHeight as well.
Any ideas?