WPF GridSplitter visiblity
问题 I have a problem regarding GridSplitter visiblity. In this, whatever I am hosting a Winform DataGridView. The GridSplitter, when dragged is properly visible on other controls. But not on this grid. In fact, whatever I host instead of Datagridview, becomes the topmost control, which makes the GridSplitter hide behind it. <Grid> <Grid.RowDefinitions> <RowDefinition Name="rowForButton"/> <RowDefinition Name="rowForGridSplitter" Height="Auto" MinHeight="81" /> </Grid.RowDefinitions> <Button Grid