I’m looking over the web to reproduce a behaviour that I used almost every time in windows forms:
Columns resize to allow content to fit, if there isn’t enough space a scrollbar appear.
If I, for example, maximize the window which will allow me to have more space than what is required, the columns resize to fill all that space.
How to achieve this? Is this possible?
This is not possible without passing through code, I tested it in thousands ways and I couldn’t find a solution without passing through C# code.