Advanced Forum Search Results
-
I want to use Animations in my application so . I want to know which is better either VSM or Storyboards.
are there any tutorial websites or book available to learn silverlight animations.
I am very eager to know how animation works with silverlight so plz any one can help me out.
thanks in advance
-
Can any one explain me what is Use of ArrangeOverride and MeasureOverride?
What can we do with this.?
-
Thank you Ken Tucker. For your kind reply.
Can you tell me If I Use This Validator from Codeplex is it possible to upgrade easily and Is this a freely available control
-
Write Code for Button Like this
<Button
HorizontalAlignment="Left"
Margin="54,7,0,10" Width="98"
Template="{StaticResource MyButtonStyle}"
Content="Button" Height="15"/>
here Template="{StaticResource MyButtonStyle}" is your own defined ...
-
No, Except those controls. Is Microsoft Going to Release Data Validator Controls in Future with Silverlight 2. on In Silverlight 3.
-
Can any one tell me. are there any Validator Controls in Silverlight 2. or are they gonna include Validator Controls in Future.The RequiredFieldValidation ControlThe CompareValidator ControlThe RangeValidator ControlThe RegularExpressionValidator ControlThe CustomValidator Control
-
HI, all,
can any one help me out to create custom cursor's library. since there are very limited set of cursors in silverlight 2.
Thanking you all,
In advance.
-
hi glenn.sandoval,
may this thread will help you.. check it.
http://silverlight.net/forums/t/21248.aspx
-
Hi BEMit,
You have to use Style and Templates to do this.
There are 3 types of style you can give to ListBox Check them and use them whereever you like.
Styles are as Follows
=================================
<!--1. Control Template for ListBoxItem ...
-
Hi Ju42,
You have to edit the Style of TextBox By Right Clicking on that TextBox (Expresstion Blend 2) > Edit Control Parts Template >>Edit Copy then You will find
1. Border object - Modify properties of that border as per your requirement
2. FocusVisualElement - This too have Boder ...