Files
GacUI/Tutorial/README.md
2016-01-15 22:43:58 -08:00

1.8 KiB

Tutorial

GacUI tutorials and the plan

  • GacUI_HelloWorlds
    • Cpp: Using C++ to write a GacUI project.
    • WorkflowScript: Using Workflow script to write a GacUI project.
    • CppXml: Using Xml Resource with generated Workflow script and C++ code to write a GacUI project.
    • MVVM: A MVVM pattern demo using Xml Resource.
    • PureCppXml:
  • GacUI_Layout
    • Alignment: Simple layout.
    • Stack: Stack layout with configurable axis directions.
    • Flow: Flow layout with configurable axis directions.
    • Table: Table layout.
    • RichTextEmbedding: Embed controls in a rich text document.
  • GacUI_Controls
    • ContainersAndButtons: Using container controls and button controls.
    • TextList: Using text list control with direct assign, data binding and item template. (developing)
    • ListView: Using list view control with direct assign, data binding and item template. (developing)
    • TreeView: Using tree view control with direct assign, data binding and item template. (developing)
    • DataGrid: Using data grid control with direct assign, data binding and item template. (developing)
    • TextEditor: Implementing a text editor that handle plain text and XML.
    • RichTextEditor: Implementing a rich text editor. (developing)
    • Misc: Using other controls. (developing)
  • GacUI_ControlTemplate
    • BlackSkin: Create a set of control templates which look like Visual Studio's dark theme.
    • Windows7Skin:
    • Windows8Skin:
  • GacUI_XmlResource
    • MultipleWindow
    • CustomControl
    • Event:
    • ViewModel:
    • Bindings:
    • Properties:
    • States:
    • VisualState:
    • StateMachine:
    • Animation:
  • GacUI_Scenarios
    • WorkflowDebugger: