C# GUI
After using C# for a while, the conclusion is C# GUI is really suck!
Most of them are too simple; and even unable to inherit them to make more advanced.
- Tree view is unable to selective having checkboxes
- Tree view does not able to view a tuple of data
- Tree view does not able to use other widget in its nodes except checkbox
- Notify Icon tooltip has 63 chars limited.
- Notify icon event just has MouseMove, you can’t make a more defined behavior when you rollover mouse on the icon!!
- Notify icon class does not allow inheritance!!
- Toolbarstrip is not able to add a ordinary button unless you add a customized control with a panel inside. But the resizeing and alignment is still a problem.
Very very horrible!!!!
Posted on Monday July 19th
