Files
GacUI/Tutorial
2015-12-27 22:01:55 -08:00
..
2015-12-25 04:37:11 -08:00
...
2015-12-27 03:12:08 -08:00

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.
    • Table: Table layout.
    • Flow: Flow layout.
    • RichTextEmbedding: Document layout, that placing controls in a rich text document.
  • GacUI_Controls
    • ContainersAndButtons: Using container controls and button controls.
    • Toolstrip:
    • TextList:
    • ListView:
    • TreeView:
    • DataGrid:
    • TextEditor:
    • RichTextEditor:
    • Misc:
  • GacUI_DataBinding
    • Calculator:
    • TextList:
    • ListView:
    • TreeView:
    • DataGrid:
  • GacUI_ItemTemplate
    • TextList:
    • ListView:
    • TreeView:
    • DataGrid:
  • GacUI_ControlTemplate
    • BlackSkin:
  • GacUI_XmlResource
    • Event:
    • ViewModel:
    • Bindings:
    • Properties:
    • States:
    • VisualState:
    • StateMachine:
    • Animation:
  • GacUI_Scenarios
    • WorkflowDebugger: