0
votes
1answer
15 views

Change the Visibility and then change the Opacity of a Silverlight/WPF UIElement

I'm making a Windows Phone 8 app and would like to first fade out and then -- and only then -- actually turn a UIElement's Visibility to "Collapsed". However, I can't figure out how to make them ...
0
votes
0answers
13 views

XAML Animations for notification

I have a Windows Phone 8 app with an app banner. When certain events are fired in my application, I'd like to display a animation notification in my banner. Something that would slide down and then ...
0
votes
0answers
27 views

How to animate listbox items that are databound

How can I control the Storyboard on the following ListBox DataTemplate so that after the data is bound each item appears one after the other, starting top to bottom: <ListBox x:Name="matches" ...
1
vote
1answer
21 views

putting artboard XAML on separate window / screen

Simple question, but is there any way of putting the artboard designer on one screen, and the XAML on another in Blend 4? It's a real pain constantly flicking between the two when I've got three ...
0
votes
1answer
84 views

Visual Studio project not working in Blend (reference errors)

When I open my project that uses a MahApps.Metro window in "Blend for Visual Studio" I get tons of errors. One of them is (this one probably causes all the other errors): The name "MetroWindow" does ...
0
votes
1answer
58 views

Multiple text lines in a ListBox Item template?

I need to have two line listbox items for my WP7 app one line which is the heading and then a smaller subheading with some details. How can I do this in WP7? I am using VS2010 and expression blend to ...
0
votes
1answer
26 views

Custom Control with Multiple ContentPresenters

I am trying to implement a custom control which will show different content according to 3 different control states. I've achieved this by adding a state, and 3 different content properties to my ...
0
votes
0answers
30 views

Retrieving SelectionBoxItemTemplate in Expression Blend

In the combobox control template the ContentPresenter's ContentTemplate property is binded to SelectionBoxItemTemplate. How can I retrieve SelectionBoxItemTemplate in Expression Blend?
1
vote
0answers
57 views

How to replace fixed width and height on a custom windows phone control?

I want to make a control displaying three bitmap like this : My problem is that I don't want to have fixed "Width" and "Height" for bitmap. They must take all available space where they are and ...
0
votes
1answer
156 views

blend ZoomMode in scrollviewer for windows phone 8

I have a scrollviewer where i want to integrate a zoom function. By searching on the internet I have found that there exists a function called: "ScrollViewer.ZoomMode" Where as I understand should ...
0
votes
1answer
46 views

Localization Windows Phone: Is is possible to change the localized resource at design time?

I created a few resource files for different languages. (E.g. resource.resx, resource.nl-NL.resx etc) At this moment I only can see the result with the phone emulator. (By changing the language ...
2
votes
0answers
83 views

Design time errors (the attachable property x was not found)

I used Blend for VS 2012 to create a template of a WP7.8 application. There were some sample data (located in a separate xaml file, see lower) which were shown in a design mode on the silverlight ...
1
vote
2answers
865 views

WPF Datagrid Style Selected Row

I have a wpf 4.5 application that has a datagrid in a usercontrol. I designed the style for the datagrid in Blend but when I copy the style into my VS 2012 project it is not working properly. Here ...
0
votes
2answers
103 views

Use Windows Phone sample data in WinRT

I'm making a Windows 8 program with MVVM that shares the MVM part with Phone. My problem is that when I try to use the XAML sample data of the Windows Phone project in WinRT I get a bunch of errors. ...
0
votes
1answer
92 views

Expression blend Animating multiple objects

i am trying to create an animation in Expression blend for a Windows Store App. I want the animation to represent rainfall. The animations consists of 2 pictures and im trying to have 3 scenarions. ...
1
vote
1answer
53 views

Categorizing dependecy properties in WinRT

In WPF, Silverlight ect. you had the possibility of categorizing your dependency properties using the System.ComponentModel.CategoryAttribute class. How do I categorize my DependencyProperties in ...
0
votes
1answer
49 views

Blend, big xaml files (cad)

I'm trying to import cad model into blend and then make some storyboard on it. Idea was to export xaml file from solidworks and then import it to blend. File open in blend, model is displayed ...
4
votes
1answer
200 views

Blend Trigger vs. WPF Trigger

It seems to me that there is a major difference between the Blend-style Triggers found in the Interactivity namespace, and the classic Triggers available via Styles, ControlTemplates, etc, in WPF (I ...
0
votes
1answer
232 views

Expression blend 2012 compatible with Visual Studio 2008

We are using Visual Studio 2008 and targeting the .NET framework 3.5. I have both Visual Studio 2008 and 2012 installed. I am looking at creating a WPF project for the user interface and was hoping ...
0
votes
1answer
1k views

Where can I find Expression Blend 4 for Visual Studio 2010? [closed]

I wanted to try Expression Blend and found out that the product, Expression Studio, is discontinued. I have Visual Studio 2010 Ultimate, and the only thing I can find on the website for Expression ...
1
vote
2answers
145 views

Can we convert an image to xaml using expression blend?

I had a design in a image, I need the same design in my windows phone application. I googled there's a lot of tool available to convert image to xaml. But my question is there a way to convert ...
0
votes
1answer
91 views

How can I make a listview with individual row properties in XAML?

Here is a mock-up of what I am looking to do: https://www.dropbox.com/s/1nw78dqxuulvq73/Tree-01.png Here is the code that I have so far in XAML (although I don't think I'm approaching the problem ...
0
votes
1answer
81 views

Creating sample data for existing UI in Blend?

I'm trying to connect sample data for a WP8 app in Blend. All tutorials seem to build their UI around sample data. I have a UI already and just want to populate with sample data. If I drag my sample ...
2
votes
2answers
122 views

Expression Blend + Sketchflow - Addin?

Has anyone been able to get an extension up and running Expression Blend + Sketchflow preview? I'm looking for an example project. I was following this article, but it is a bit outdated. So far I: ...
2
votes
1answer
117 views

How do I switch between page edit mode and template edit mode in the Visual Studio 2012 design view?

When using the design view in VS 2012, if you right click on an element and select one of the templates from Edit Template or Edit Additional Templates, it takes you to a new view within the designer. ...
1
vote
1answer
69 views

Expression Blend - Copy Object and Keyframes?

Is there a way to copy-paste an control and keep all of its keyframes? Everything I've tried will copy the control and have a completely blank animation for the copied control. This seems like it ...
0
votes
1answer
40 views

Rename ControlTemplate in Expression Blend

We are working at training some of our Flash animators in Expression Blend. One thing that has caught them up is that there is no way to rename a ControlTemplate from the UI once you have created ...
1
vote
1answer
113 views

Is setting Canvas properties in an ItemsControl's ItemContainerStyle 'Blendable'?

I've a project where I swapped the ItemsPanelTemplate from using a StackPanel thus <ItemsControl.ItemsPanel> <ItemsPanelTemplate> <StackPanel IsItemsHost="True" ...
0
votes
2answers
135 views

Expression blend beginner

I am a newbie in expression blend. I googled it many times for getting some tutorials for expression blend for a beginner. But I don't get any simple tutorial that a beginner can understand the basics ...
0
votes
0answers
166 views

Change a BorderBrush color inside ContentControl

I have a control template like this <Style x:Key="ContentPressButton" TargetType="RadioButton"> <Setter Property="Width" Value="154"/> <Setter Property="Height" Value="53"/> ...
0
votes
0answers
99 views

Imitate the same animation storyboard which uses windows store apps in WPF

I'd like to use in a WPF application the same animation storyboard when the page is loaded like Windows Store apps. I'm not an expert using Storyboard in Blend, but I can appreciate a traslation from ...
2
votes
2answers
294 views

WPF Button Content VerticalAlignment on default button

I'm not able to center text vertically on a default button (no styles or templates used) I saw threads like Text content in a WPF button not being centred vertically ^^ I'm not setting any text ...
2
votes
0answers
23 views

How to get a Eclipse like hints in the MS Blend 4

How to get hints in MS Blend 4. In Eclipse this is CTRL+Space, here it does not work. When I write sth wrong the hint list dissapear and I have to remove chars to the = sign so they will appear again. ...
0
votes
2answers
906 views

Change the Label's foreground colour on MouseOver WPF

I have the following problem: I have a Button, which has a StackPanel inside it, with a ContentControl and a Label within the StackPanel, and I've set the button's properties IsMouseOver and IsPressed ...
1
vote
0answers
193 views

Use Expression Design drawing in WPF (XAML)

I've got some artwork (an image) in expression design that I would like to use in WPF as an Image. The reason for this is that its part of a set of icons that will be used in an area of my application ...
1
vote
1answer
518 views

PageFunction is not supported in a Windows Presentation Foundation project

I'm aware this is the same issue as raised in "PageFunction is not supported in a Windows Presentation Foundation (WPF) project" 2012 - however, I'm unsure as to how to apply the workaround ...
3
votes
1answer
799 views

How to edit a c# project in Blend 4 that was created with VS2012?

It always says "The solution "foo.sln" is of an unsupported Format and may not open correctly. Do you want to open the solution anyway?" If I click yes, it Shows the solution tree, but when I open a ...
0
votes
1answer
61 views

Visual Studio\blend artboard render differently from device

We have a strange problem with pixel perfect markups. Vs or Blend artboard render pages not similary as device (biggest problem with textblocks). I think picture is better description. and code ...
0
votes
1answer
62 views

How can to see off screen content at design time in Blend or VS for Windows Phone 7 or 8

I am designing a long Windows Phone 8 page. It is very frustrating that I can't see most of it in the design visuals. I was wondering if anyone knows a way of being able to see the content visually, ...
3
votes
1answer
72 views

Open PathListBoxScrollBehavior WPF

I'm using blend 4 and vs 2010 to develop a port of an app from iPad to Windows Desktop. I have a pathlistbox with PathListBoxScrollBehavior attached like in the carousel tutorial showed by Microsoft ...
1
vote
1answer
288 views

How to implement smooth transitions between containers in WinRT?

I have a Silverlight 4 game that I'm attempting to port to WinRT. It makes heavy use of Blend's FluidMoveBehavior to animate item transitions between containers (items float from one container to ...
0
votes
1answer
120 views

Control to show a list view and a thumbnail/tile view

Is there a control in the Windows 8 Controls list that can be used to automatically show content both as a list view and as a thumbnail/tile view? I basically have a list of items that requires to be ...
0
votes
1answer
142 views

Workflow when creating a Windows Phone App, Expression Blend and Visual Studio

I'm busy with a Windows Phone 7 application using Visual Studio 2010 only. I've read that one can also use Expression Blend to develop the app. But there a few things that I'd like to clear up ...
0
votes
1answer
79 views

How do I implement WrapWithOverflow like behaviour on TextBlocks for Windows Phone development?

I'm working in Expression Blend 4 and developing for Windows Phone 7.1. I would like to implement for the Wrap property something like WrapWithOverflow however this option is only available in WPF ...
5
votes
1answer
1k views

Enable State Recording in Blend for Visual Studio in a Windows 8 Application

I am looking for a way to add the Snapped Visual State to my Windows 8 application. According to MSDN, I can do this by selecting this under Device and enabling "Enable state recording". However, this ...
2
votes
1answer
176 views

How to change toggleswitch's button style like in the light theme?

I want to make it like this: However, when I use dark theme, my ToggleSwitch looks like Is it possible to define that ToggleSwitch should use light theme style? Or how should I change my ...
0
votes
2answers
408 views

How do I implement a blend/wpf attached behavior that refrences another control as a property?

I'm trying to implement a behavior that works on an object, but is affected by a second object. As an example, it will change the appearance of the framework element based on the distance of another ...
0
votes
0answers
58 views

Application Bar as in media player which will be horizontal or landscape

I have seen how to create application bar in wp7 but it changes according to its orientation but i have a landscape page which will show animation. I need to force application bar to be bottom of the ...
1
vote
1answer
209 views

Uri in Resource dictionary in WP7

I have defined one resource dictionary in my wp7 project in themes folder with name of darktheme.xaml <ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" ...
0
votes
2answers
946 views

windows 8 metro app designing for multiple Resolution

I am designing a simple music app where the user gets to play instruments i.e. Drums, and the problem that I am facing is with resolutions. The drums are images, which I have converted them into ...

1 2 3 4 5