Advanced Forum Search Results
-
I double checked and you are correct. Sorry about the confusion. Dragging sets the value of the slider to the precise point on the track where drag complete occurs computing based on the track dimensions and the range of the slider. This will become possible once Slider has Ticks support like in WPF.
-
You should not need to do these workarounds. Clicking on the Slider largechange repeat buttons causes the Slider value to be updated by LargeChange. Clicking on the thumb and dragging causes the Slider value to be updated by SmallChange. You need to do is set the SmallChange value to the interval you desire. This follows the ...
-
You need to have a "RootElement" that will contain the template visuals and you need a ContentPresenter if you would like to place the content on the template visuals. You are missing the TargetType attribute on the template because the ContentPresenter is referring to the Content property and hence the template needs to know the target ...
-
What browser are you using IE7, IE8 or Firefox?
-
Justin - you can find more details on the built in Type Converter class in Silverlight here. The official WPF documentation has more details but the same concept holds.
About why string does not work seems to be a bug (I had it backwards earlier) and I will follow up on it. Ideally, you should be able to bind to a string and it should be ...
-
Is HrefLink of type System.Uri or System.String? If it is a string then it should work. If it is a Uri then it currently does not work.
-
We very much appreciate your feedback. The purpose of the Beta is to get this very feedback and understand how we can tweak the product to better serve your needs. To answer your question pertaining freezing the APIs, the API is not frozen and we may be adding new APIs and perhaps have some breaking changes. The goal is to be a subset of WPF which ...
-
Hi,
TextBlock is the recommended Label control in Silverlight. I am not aware of any plans to add a Label control in Silverlight 2
We do have plans to add the Background property on Control
Brushes were kept out was performance reasons, keeping the download size of the Silverlight 2 runtime as small as possible. If you need to specify a ...
-
PasswordBox is crucial and we are investigating the possibility of supporting it but have no concrete plans yet.
-
Welcome to the Silverlight Controls Forum. You can ask questions pertaining to
Controls part of the Silverlight 2 Beta 1 SDK
General Silverlight Controls design and development i.e. authoring new Silverlight 2 controls.
Here are some quick links that should help you get started:
Control Customization and Controls Library that ...