wpfでデフォルトのサイズ変更グリップを非表示にすることは可能ですか?側面にハンドルのないカスタムウィンドウがあり、現在使用しています:
<Window x:Class="WpfApplication1.Window1"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
Title="Window1" Height="100" Width="200" ResizeMode="CanResizeWithGrip">
<Grid></Grid>
</Window>
変更するだけでも可能ResizeMode="CanResize"
ですが、これがウィンドウのサイズを変更する唯一の方法です。