Click here to Skip to main content
15,906,301 members
Home / Discussions / WPF
   

WPF

 
GeneralRe: Font outline? Pin
Harvey Saayman18-Aug-08 3:26
Harvey Saayman18-Aug-08 3:26 
QuestionHow can i Insert an hyperlink image to a richtextbox? Pin
materatsu17-Aug-08 15:41
materatsu17-Aug-08 15:41 
AnswerRe: How can i Insert an hyperlink image to a richtextbox? [modified] Pin
User 27100926-Aug-08 3:25
User 27100926-Aug-08 3:25 
GeneralRe: How can i Insert an hyperlink image to a richtextbox? Pin
materatsu30-Aug-08 15:38
materatsu30-Aug-08 15:38 
GeneralRe: How can i Insert an hyperlink image to a richtextbox? Pin
User 27100930-Aug-08 15:44
User 27100930-Aug-08 15:44 
GeneralRe: How can i Insert an hyperlink image to a richtextbox? Pin
materatsu30-Aug-08 17:19
materatsu30-Aug-08 17:19 
GeneralRe: How can i Insert an hyperlink image to a richtextbox? Pin
User 27100930-Aug-08 18:11
User 27100930-Aug-08 18:11 
QuestionWraping Text With A TextBlock Pin
Harvey Saayman15-Aug-08 0:13
Harvey Saayman15-Aug-08 0:13 
Hey guys...

ive got a WPF control(calender), im using a grid to split it up into cells. Each cell contains a Border, Canvas, WrapPanel, and two textBlocks.

The 1st Textblock will be used for the number that represents the day of the month and the 2nd will have a string value. I cant seem to get the 2nd textBlock to behave like i need it to.

I need its text to wrap around if the sting is vertically too long for the grid cell to show it all, and i need to "Dock" the stack panel to the canvas so that its the same size(and ontop of) as the canvas.

Heres my XAML for a single cell

<Border Name="Border00" Grid.Column="0" Grid.Row="2">
<Canvas Name="Canvas00" Grid.Column="0" Grid.Row="2" >
<StackPanel>
<TextBlock Name="dayTxt00" Text="1" />
<TextBlock Text="WPF Shift Harvey Blah" HorizontalAlignment="Center" FontSize="8" Foreground="#AAFF0000"/>
</StackPanel>
</Canvas>
</Border>

any ideas?

Thanx

Harvey Saayman - South Africa
Junior Developer
.Net, C#, SQL
you.suck = (you.passion != Programming)
AnswerRe: Wraping Text With A TextBlock Pin
Gideon Engelberth15-Aug-08 3:16
Gideon Engelberth15-Aug-08 3:16 
Questionn00b WPF Issue [modified] [Solved] Pin
Harvey Saayman13-Aug-08 2:14
Harvey Saayman13-Aug-08 2:14 
QuestionCan we use silverlight to make desktop application? Pin
Gandalf_TheWhite13-Aug-08 0:34
professionalGandalf_TheWhite13-Aug-08 0:34 
AnswerRe: Can we use silverlight to make desktop application? Pin
fred800923-Aug-08 9:28
fred800923-Aug-08 9:28 
AnswerRe: Can we use silverlight to make desktop application? Pin
Vimalsoft(Pty) Ltd24-Aug-08 3:44
professionalVimalsoft(Pty) Ltd24-Aug-08 3:44 
AnswerRe: Can we use silverlight to make desktop application? Pin
Pete O'Hanlon24-Aug-08 11:03
mvePete O'Hanlon24-Aug-08 11:03 
Questionimmediate wpf help Pin
lankaudaranga12-Aug-08 23:41
lankaudaranga12-Aug-08 23:41 
Questionwpf help Pin
lankaudaranga12-Aug-08 21:27
lankaudaranga12-Aug-08 21:27 
Questionis there an ultrashock.com equivalent for wpf? Pin
Leblanc Meneses12-Aug-08 14:32
Leblanc Meneses12-Aug-08 14:32 
QuestionGoogle Maps , Virtual Maps in SilverLight beta 2 Pin
fasih198112-Aug-08 2:09
fasih198112-Aug-08 2:09 
NewsMS Datagrid for WPF is here [modified] Pin
Jacquers11-Aug-08 21:29
Jacquers11-Aug-08 21:29 
QuestionHow to make DropDown in Silverlight. Pin
fasih198111-Aug-08 1:43
fasih198111-Aug-08 1:43 
AnswerRe: How to make DropDown in Silverlight. Pin
Michael Sync18-Oct-08 22:14
Michael Sync18-Oct-08 22:14 
QuestionFetching DataGrid Columns Data [modified] Pin
fasih198111-Aug-08 1:36
fasih198111-Aug-08 1:36 
AnswerRe: Fetching DataGrid Columns Data Pin
Syed Mehroz Alam12-Aug-08 1:31
Syed Mehroz Alam12-Aug-08 1:31 
QuestionDifferent backgound on different theme selection Pin
Darmi10-Aug-08 23:59
Darmi10-Aug-08 23:59 
QuestionHow i navigate on local Host Pin
wasimsharp10-Aug-08 23:11
wasimsharp10-Aug-08 23:11 

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.