Sketchflow is a user experience prototyping module implemented in Expression Blend.
Questions tagged [sketchflow]
100 questions
1
vote
2 answers
Wrong assembly-references for Silverlight Sketchflow project in Blend 3
In my installation of Blend 3, the SketchStyles are missing when a new project is created. I found out that this is because the following automatic references in the project are…

persistent
- 190
- 1
- 9
1
vote
1 answer
Sorting Listbox in Silverlight (Sketchflow)
I have a Listbox with multiple columns and bound to a data source (XML) as shown below.

acidRain
- 414
- 1
- 3
- 11
1
vote
1 answer
How to apply a template for every screen in sketchflow?
How do i apply a common template to every screen in a sketchflow project.
I basically want some common navigation on the top and side and don’t want to have to draw it on every screen.

Simon
- 33,714
- 21
- 133
- 202
1
vote
1 answer
Screens in Folders within Expression Blend Sketchflow
Is there a way to put screens in a folder int he project view and have them available in the SketchFlow Map? I can create the Screens but they are not available in the Sketchflow Map. It is appearing that all of the Screens have to exist at the…

cjibo
- 4,487
- 6
- 27
- 34
1
vote
1 answer
Expression Blend's default LayoutRoot
Is there a way to change the default LayoutRoot type in Expression Blend 3? Currently, I'm prototyping in SketchFlow, and I prefer Canvas over the Grid, and it's annoying to change it for every new screen.

Dov
- 15,530
- 13
- 76
- 177
1
vote
2 answers
sketchflow project layout
I'm having a little trouble as I decide how to structure my projects. This question is slightly subjective, but I'm having trouble conceptually.
If I create a wpf blend project (sketchflow right now), it creates two projects, "Project" and…

mfanto
- 14,168
- 6
- 51
- 61
1
vote
1 answer
How to programmatically navigate to screen after validation on click
I have inherited a Sketchflow-prototyped WPF application. I am in the process of adding functionality to the UI.
As it currently is, navigation from screen to screen is defined in XAML as an event as follows:
…

Tevis
- 729
- 1
- 12
- 27
1
vote
2 answers
ms silverlight blend sketchflow - default text in combobox
I'd like to get the default text in a combo box to show "Select Team...."
Like this in WPF
Setting default text for a combo box
But in sketchflow.
How can I do this?
Thanks
it is a sliverlight project. my xaml…

bendecko
- 2,643
- 1
- 23
- 33
1
vote
2 answers
Any suggestions for best practices to follow when creating UI prototypes using sketchFlow for multiple screen sizes?
am looking to prototype the UI for an windows application. The app will be deployed on several display devices with different (physical) screen sizes and aspect ratios. Would like to be able to generate scenarios optimized on one display and quickly…

Anthony Carroll
- 449
- 2
- 13
1
vote
2 answers
SketchFlow Export to Word File and the Order of Objects
i have made a prototype in SketchFlow which is found in Expression Blend 3. As my designer can not use the published .exe version (Due to being on a Mac) I have to export the application to Word. This works great apart from the order being somewhat…

4imble
- 13,979
- 15
- 70
- 125
1
vote
1 answer
Change Rectangle Position Sketchflow Blend
I am using Sketchflow c# silverlight Expression Blend 4. I have a dragable control on a rectangle and I am trying to change the rectangle position in c# on mouse click. How can this be achieved? Thanks

Vince
- 151
- 1
- 10
1
vote
1 answer
Sketchflow Timer Trigger
Does anyone know how to create a timer trigger in c# in Expression Blend Sketchflow ?

Vince
- 151
- 1
- 10
1
vote
2 answers
Is it possible to deploy sketchflow wpf to PixelSense?
I am using Blend + SketchFlow 2012 Preview to develop some prototypes for PixelSense. I just wonder if it is possible to deploy a sketchflow project to the PixelSense table?

Kleazy
- 23
- 3
1
vote
1 answer
Sketchflow Panorama in WPF Application
When creating a Windows Phone 7 template I have Panorama and PanoramaItem controls. However when creating a new WPF application, I am missing these sets of controls. Is the panorama not compatible with WPF?
Is there currently a workaround? I have…

Tom Gantzer
- 33
- 1
- 5
0
votes
1 answer
Change TextBox contents on state change
When using the Sketchflow designer is it possible to have the content of a TextBox change when moving between states. For example if i have a TextBox containing the text "Foo" in state A, is it possible to have that same TextBox display "Bar" in…

bcleary
- 1,268
- 10
- 17