Skip to content

Checklist for creating new Views and Controls

Tig Kindel edited this page Apr 27, 2022 · 1 revision
  • 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
Clone this wiki locally