Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
WPF でグリッドの幅をバインドしました。
<Grid Width="{Binding MDIWidth, RelativeSource={RelativeSource AncestorType=dx:DXWindow}}" Name="GridControl"> ... </Grid>
プロパティが変更されましたが、プロパティが変更された場合、グリッドはそのサイズを更新しませんでした。これを達成する方法は?