Can you give an example of how to modify the template ?....Where does the above get pasted.
This is my ChildWindow code:
<extToolkit:ChildWindow Name="SettingsWindow" Height="244" Margin="155,171,0,0" Caption="Settings" Width="680" IsModal="False" WindowState="Closed" Background="#FF1D1D1D" WindowBackground="#FF1D1D1D" BorderThickness="0" CloseButtonVisibility="Collapsed" Foreground="White" CaptionForeground="White" IsManipulationEnabled="False" MaxHeight="244" MaxWidth="690" MinHeight="244" MinWidth="690" SnapsToDevicePixels="False" Focusable="False" IsEnabled="True" WindowStartupLocation="Manual" Grid.ColumnSpan="2">
I want it front and center,,,and not moveable !
Thanks,
Bazzy
This is my ChildWindow code:
<extToolkit:ChildWindow Name="SettingsWindow" Height="244" Margin="155,171,0,0" Caption="Settings" Width="680" IsModal="False" WindowState="Closed" Background="#FF1D1D1D" WindowBackground="#FF1D1D1D" BorderThickness="0" CloseButtonVisibility="Collapsed" Foreground="White" CaptionForeground="White" IsManipulationEnabled="False" MaxHeight="244" MaxWidth="690" MinHeight="244" MinWidth="690" SnapsToDevicePixels="False" Focusable="False" IsEnabled="True" WindowStartupLocation="Manual" Grid.ColumnSpan="2">
<Grid>
[ALL MY STUFF]
</Grid>
</extToolkit:ChildWindow>
I'm on version 1.9...and I really need to be able to make the pop-up NOT MOVE !!!I want it front and center,,,and not moveable !
Thanks,
Bazzy