Custom XML namespaces
i'm working on moving xaml code sketchflow app regular wpf app. there xml namespace in of sketchflow .xaml pages this:
xmlns:custom="http://schemas.microsoft.com/wpf/2008/toolkit"
its attribute of usercontrol tag. in .xaml file i'm looking @ now, used defining grids, in:
<custom:datagrid x:name="datagrid"> <!-- more xaml code here --> </custom:datagrid>
assume ok if bring custom attribute off of sketchflow definition wpf app; correct?rod
yes, need sure project has reference wpftoolkit.dll. easiest way add if doesn't have drag out datagrid asset panel onto artboard, blend add reference you. can delete datagrid then. needed if project doesn't have reference wpftoolkit.dll.
Expression > Expression Blend + SketchFlow
Comments
Post a Comment