Click here to Skip to main content
15,889,462 members
Home / Discussions / WPF
   

WPF

 
GeneralRe: Setting a Style Programatically Pin
Pete O'Hanlon6-Apr-10 9:03
mvePete O'Hanlon6-Apr-10 9:03 
GeneralRe: Setting a Style Programatically Pin
#realJSOP6-Apr-10 9:17
mve#realJSOP6-Apr-10 9:17 
QuestionText Rotation - Is It Just Me? Pin
#realJSOP5-Apr-10 0:04
mve#realJSOP5-Apr-10 0:04 
AnswerRe: Text Rotation - Is It Just Me? Pin
Pete O'Hanlon5-Apr-10 10:20
mvePete O'Hanlon5-Apr-10 10:20 
QuestionSilverlight Automatic Image Transition Pin
saurabh94-Apr-10 23:03
saurabh94-Apr-10 23:03 
AnswerRe: Silverlight Automatic Image Transition Pin
Michael J. Eber19-Apr-10 11:54
Michael J. Eber19-Apr-10 11:54 
QuestionRotaing Label control Pin
#realJSOP4-Apr-10 5:58
mve#realJSOP4-Apr-10 5:58 
AnswerRe: Rotaing Label control Pin
Abhinav S4-Apr-10 6:50
Abhinav S4-Apr-10 6:50 
Just remove

	<Setter Property="HorizontalAlignment"   Value="Center" /><br />
<br />
	<Setter Property="VerticalAlignment"     Value="Center" />


from your style and things should be fine.


*Edit*
You would also need to remove the hardcoded width
<Setter Property="Width" Value="30" />
from your first style.
*Edit*
Me, I'm dishonest. And a dishonest man you can always trust to be dishonest.
Honestly. It's the honest ones you want to watch out for...


GeneralRe: Rotaing Label control Pin
#realJSOP4-Apr-10 7:02
mve#realJSOP4-Apr-10 7:02 
GeneralRe: Rotaing Label control Pin
Abhinav S4-Apr-10 7:11
Abhinav S4-Apr-10 7:11 
GeneralRe: Rotaing Label control Pin
#realJSOP4-Apr-10 7:51
mve#realJSOP4-Apr-10 7:51 
QuestionImage.ImageSource to string ? Pin
Mohammad Dayyan3-Apr-10 16:58
Mohammad Dayyan3-Apr-10 16:58 
AnswerRe: Image.ImageSource to string ? Pin
Abhinav S3-Apr-10 18:09
Abhinav S3-Apr-10 18:09 
QuestionWPF DataGrid row backgound Pin
koleraba3-Apr-10 7:47
koleraba3-Apr-10 7:47 
AnswerRe: WPF DataGrid row backgound Pin
Abhinav S3-Apr-10 7:59
Abhinav S3-Apr-10 7:59 
GeneralRe: WPF DataGrid row backgound Pin
koleraba3-Apr-10 8:06
koleraba3-Apr-10 8:06 
QuestionListView Item Style Pin
Snecx2-Apr-10 9:33
Snecx2-Apr-10 9:33 
AnswerRe: ListView Item Style Pin
Richard MacCutchan2-Apr-10 9:44
mveRichard MacCutchan2-Apr-10 9:44 
GeneralRe: ListView Item Style Pin
Snecx2-Apr-10 11:23
Snecx2-Apr-10 11:23 
GeneralRe: ListView Item Style Pin
Richard MacCutchan2-Apr-10 22:03
mveRichard MacCutchan2-Apr-10 22:03 
QuestionRemoving Underline of Hyperlink control in WPF Pin
Hema Bairavan31-Mar-10 18:43
Hema Bairavan31-Mar-10 18:43 
AnswerRe: Removing Underline of Hyperlink control in WPF Pin
Parwej Ahamad31-Mar-10 19:39
professionalParwej Ahamad31-Mar-10 19:39 
AnswerRe: Removing Underline of Hyperlink control in WPF Pin
shyam sohane29-Jun-10 19:26
shyam sohane29-Jun-10 19:26 
QuestionDimming the indicator of a custom progressbar Pin
2hdass31-Mar-10 18:36
2hdass31-Mar-10 18:36 
QuestionChecking if User-Control DLL is being used by EXE Pin
Prasoon Chaudhary31-Mar-10 0:19
Prasoon Chaudhary31-Mar-10 0:19 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.