dotnetmonitor.com |
|
||||||||||||
| Problem: Changing the text in another
language can cause elements of the UI to overlap.
Solution: There are multiple solutions for this: Use AutoSize on controls that can grow as the text changes e.g. buttons, labels, etc. If the control can grow 30% and not overlap others, no additional work is necessary. For controls that could obscure others when grown, use a FlowLayoutPanel or TableLayoutPanel to automatically place the controls |
||||||||||||
|
||||||||||||