Define two column in wpf,each column has a GridControl (left GridControl should take whole area if right GridControl is collapsed or take half area if right GridControl is visible)
I try to set ColumnDefinition (Width=auto or Width=*) but do not achieve the expectation