dotnetmonitor.com

 
Index
Previous
Next

 

Problem: Hand coding UI generally causes problems for localizers. If they have a .resx file, the dialog can be opened in a resource editor such as WinRes.

 

Solution: Do not hand code UI, keep the YourForm.Designer.cs file around, hook up your events in a function outside of the YourForm.Designer.cs, so you can easily revist the file later using Visual Studio.

Terms
Docking Anchor Layout
What happens when I have Dock and Anchors that conflict?
Dock Scenarios
Padding Margin
You have a perf problem with Layout - how to diagnose?