Sizing Form Controls in an addin
Summary
Making a form control dynamically size to the container its inContent
Hey guys,
I have an addin that I plan to have live inside a tab in a workspace. This addin calls a form control containing a datagrid to do various work in another system. My problem is that I only seem to be able to size the canvas in the control absolutely, I don't have any option to dock it or have it grow and shrink to the size of the container (which would be the tab itself I think in this case). This means that my sizing is off by either being way too wide on small screens or very cramped
0