Hello,
I have got some code:
Where LoginWindow.xaml is a RadWindow Created as User Coontrol
When I sturtup my project, I have got the next (see attach):
I have got some code:
<Application x:Class="QualerDA.App"<br> xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"<br> xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" StartupUri="Views/LoginWindow.xaml"><br></Application>Where LoginWindow.xaml is a RadWindow Created as User Coontrol
<telerik:RadWindow<br> x:Class="SomeProject.SomeFOlder.LoginWindow"<br> xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"<br> xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"<br> xmlns:telerik="http://schemas.telerik.com/2008/xaml/presentation"<br> telerik:StyleManager.Theme="Vista"><br> <Grid> ... </Grid><br></telerik:RadWindow>When I sturtup my project, I have got the next (see attach):