Tagged Questions
The silverlight-2-rc0 tag has no wiki summary.
6
votes
2answers
18k views
Silverlight ImageButton UserControl
I am just starting out with Silverlight (2 RC0) and can’t seem to get the following to work. I want to create a simple image button user control.
My xaml for the user control is as follows:
...
5
votes
1answer
1k views
How to make Silverlight control invisible to mouse actions
How can I get a UIElement to ignore mouse clicks on it and pass it through to the control behind it?
I have a 50% transparent UIElement which covers another element. When I attempt to click on the ...
4
votes
3answers
2k views
Silverlight 2.0 RC Drag and drop ordering of a ListBox
I am trying to give a ListBox drag and drop ordering functionality and I have hit a wall. I got it to work when I specify the list box items in xaml but it does not work when I bind to a list it no ...
4
votes
2answers
5k views
Prevent Silverlight ListBox vertical scrollbar from being displayed
I have a ListBox which displays items of variable height. I want to show as many items as will fit in the available space, without showing a vertical scrollbar. Other than surgery on the ListBox item ...
2
votes
4answers
5k views
Add extra items to a Silverlight 2 Combobox
For a Silverlight 2 webapp. I added a combobox. I have an IEnumerable as Itemsource to populate the combobox. Works fine.
But I would like to add an extra item ("please select a....") to the ...
2
votes
4answers
1k views
Animating a custom Button ControlTemplate Foreground
I want to change/animate the Foreground property of a custom button control template depending on the control's state.
Pre-RC0, I set the Foreground of the ContentPresenter, gave it an x:Name, and ...
2
votes
1answer
80 views
Working with Silverlight B2 and RC0
I've been reading about the new developer-only RC0 for Silverlight, and the fact that it is supposed to be used only by developers to solve any breaking changes when upgrading from beta 2, so that ...
1
vote
2answers
747 views
how do you package up silverlight dlls into a xap file?
Just updated build server with rc0 and surprise no chiron. Wondering how you package up a xap file without chiron.
0
votes
1answer
674 views
Get Visual Studio to throw exceptions across threads
In my Silverlight project I have a thread that fires every x milliseconds. In this thread I was attempting to change the state of the application. This wasn't working and I didn't know why, so put a ...
0
votes
2answers
1k views
Automatically applying a template (theme) in Silverlight 2 (RC0)
Is there a way to automatically apply a theme/template/style to all controls of the targettype, so I don't have to specify Template=..., Style=... on all controls?
0
votes
2answers
4k views
AG_E_PARSER_BAD_PROPERTY_VALUE for StaticResource in Silverlight
I'm storing all localizable strings in a ResourceDictionary (in App.xaml) and assign those via the StaticResource markup extension to TextBlock.Text, Button.Content etc.
In Beta 2 and RC0, sometimes ...
-2
votes
2answers
1k views
3D image (drag&drop,editing,rotation,resize,zoom in & zoom out) using silverlight
i am new to silverlight, learning basics now.
But i need to implement 3D image manipulation(drag&drop,editing,rotation,resize,zoom in & zoom out).
Please explain with corresponding code ...
-10
votes
1answer
633 views
3D Image manipulation(drag&drop,editing,rotation,resize,zoom in & zoom out)
thanks for quick reply
i am new to silverlight.
i am learning basics of silverlight now.
but i need to implement image rotation and drop&drop from one position to another ...