Tagged Questions
2
votes
0answers
62 views
How to create an editable treelistview in WPF?
I need to create an editable TreeListView for my project.
But as far as I can see, WPF does not provide any type of tree list view and the ones I found online were not very informative. I want to ...
2
votes
1answer
55 views
Blend opens with no Language and no version
Ihave installed Blend with VS 2012. While I am opening Blend I cannot select Language and Versions. There data is not available. How can I resolve the issue?
Thanks in advance
0
votes
1answer
184 views
Change the color of silverlight AutoCompleteBox when user hovers the item
As title, when user hovers to select the item in the expanded listbox, there is a background color that highlight the text. How can I change that background color? i tried couple things by editing the ...
2
votes
0answers
79 views
Sort Properties of my Control in Expression Blend designer
I created my new Category "MyCategory" to store all my Properties of my Control, in design mode (Expression Blend 4), like theses categories:
By default, all my properties under my Category are ...
0
votes
1answer
143 views
How to change the border thickness in mouseover
I'm working on the styles of controls. I want to change the borderthickness of a control when the mouseover is done. I want to write this in the style itself instead of writing it in codebehind
So, I ...
1
vote
2answers
232 views
Transform a rectangle to create an effect of depth
I want to create a transform animation to change the shape of a rectangle in WPF. The top right and top left corners have to be pulled together as in the following example image.
What transform ...
0
votes
1answer
148 views
Embed microsoft expression blend inside a .net application
Is there any way to embed microsoft expression blend inside a .net application ( to create xaml files)?
If not is there any other xaml designer to use instead?
More detail: I want to let end user, to ...
0
votes
2answers
204 views
Find out internals of a system-defined style in Windows Phone
Whenever I set a style to a TextBlock, I am defining a certain FontFamily and FontSize, that are defined within the style.
I am to style the TextBox, so that it looks exactly the same, as TextBlock, ...
0
votes
1answer
250 views
How to set minimum width and height in a silverlight OOB application?
I am trying to set a minimum width and height for my silverlight 4 OOB application without any success so far.
Can someone help me as i keep getting this error messages:
"An object reference is ...
-5
votes
1answer
224 views
How do I remove this blue selection background in a TreeViewItem? [closed]
Print screen:
http://imageshack.us/photo/my-images/253/bluebackground.png/
I have a treeViewItem and when I click on it, this damn blue selection appear inside it! Ive already tried to get the ...
2
votes
1answer
602 views
Blinking TextBlock.Text in Silverlight 4 Button
I am currently working on a Kiosk application in Silverlight 4. A user can add items to a cart and check out all using the Kiosk. When going from page to page I want to incorporate a button that has ...
1
vote
0answers
222 views
custom attached property value editor
I am trying to create a custom attached property of type Storyboard.
When using custom properties it is possible to set the value editor attribute
CustomPropertyValueEditor:
...
1
vote
2answers
150 views
Where to find Helpful Silverlight Tutorial (interactive)
I want to be able to create an interactive type program where a user can pin point plots on a graph, so if a user clicks anywhere on the map a dot of some sort will be plotted. I just need a helpful ...
1
vote
1answer
407 views
Invert a Clipping Path in Expression Blend
I want to be able to invert a clipping path.
Rather than use the path to show parts of an object, I want to use the clipping path to hide (cut into) an object.
Does anyone know if this is ...
7
votes
1answer
506 views
Silverlight 4.0 - Deploying the XAP via a custom installer and configure it for OOB + Elevated permissions
Is it possible to deploy a XAP using a custom installer (much like deploying a desktop app), and configure it to run as OOB with Elevated permissions?
Bottomline is, when the app is started, it ...

