mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-26 07:47:54 +01:00
1
Checklist for creating new Views and Controls
Tig Kindel edited this page 2022-04-27 11:08:43 -07:00
- Supports parameterless constructor (which implies Relative Layout)
- Supports both Absolute and Relative positioning
- Includes a UI Catalog Scenario that demonstrates
- All functionality
- Absolute Layout
- Relative Layout
- Unicode and wide rune support
- Proves clipping (esp with window resizing) works correctly
- Comprehensive unit tests
- Well written, clear, and consistent API documentation
- Updated
/README.md