wpf - Grid column autocollapse -


is possible grid column collapse according child width? , column next him expend , take space got ?

if not, whats best way achieve ability?

set widht of first gridcolumndefinition auto , second 1 *

<grid>     <grid.columndefinitions>         <columndefinition width="auto"/>         <columndefinition width="*"/>     </grid.columndefinitions>          </grid> 

Comments

Popular posts from this blog

iphone - Request for member 'uitextfield' in something not a structure or union? -

Cursor error with postgresql, pgpool and php -

c++ - error: use of deleted function -