Tagged Questions
2
votes
1answer
62 views
how do I set images to scale to 100% of their table-cell? (C#/WinForms)
I have the TableLayoutControl anchored to scale with the window and the images in it need to scale with them. I am not concerned with image quality.
0
votes
1answer
409 views
When should sizing grip (windows Forms) be used?
Should it be used for all sizable forms, or only when it is not easy to guess that a form is sizable? Is there a GUI convention to use it?
Any link to a documentation would be appreciated.