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

c# - how to write client side events functions for the combobox items -

exception - Python, pyPdf OCR error: pyPdf.utils.PdfReadError: EOF marker not found -