Home
Releases
Discussions
Issue Tracker
Source Code
Stats
People
License
RSS RSS Feed
Search Wiki:
Project Description
XAML Pad implementation using declarative XAML, custom controls etc.

XamlPresenter is a control implementing underlying XAML parsing/presenting. XamlViewer is a neat and simple templated control that uses XamlPresenter to show parsed XAML or displays the syntax error details.

The components are reusable. To add runtime XAML 'debugging' module for WPF application, put a XamlViewer instance in your window and bind its Xaml property to a TextBox. You won't need to define namespaces, they're added automatically. You can look into EditorWindow for a basic simple example.


mixamlpad.jpg
Last edited Apr 27 at 2:29 PM  by mihailik, version 3
Comments
No comments yet.

Updating...