Click here to Skip to main content
15,899,624 members
Home / Discussions / WPF
   

WPF

 
GeneralRe: Need suggestion on application architecture. Pin
Beniston120528-May-13 20:14
Beniston120528-May-13 20:14 
AnswerRe: Need suggestion on application architecture. Pin
SledgeHammer0128-May-13 6:56
SledgeHammer0128-May-13 6:56 
GeneralRe: Need suggestion on application architecture. Pin
Beniston120528-May-13 20:14
Beniston120528-May-13 20:14 
AnswerRe: Need suggestion on application architecture. Pin
Mycroft Holmes28-May-13 14:13
professionalMycroft Holmes28-May-13 14:13 
QuestionOne data context for multiple Controls Pin
columbos1492727-May-13 22:55
columbos1492727-May-13 22:55 
AnswerRe: One data context for multiple Controls Pin
AlphaDeltaTheta28-May-13 1:13
AlphaDeltaTheta28-May-13 1:13 
GeneralRe: One data context for multiple Controls Pin
columbos1492728-May-13 3:07
columbos1492728-May-13 3:07 
QuestionRichtextbox text overlaps Pin
Antony_Christopher27-May-13 20:34
Antony_Christopher27-May-13 20:34 
Hi all,
I am newbie to WPF,need your guidance on richtextbox control.My application updating huge texts in richtextbox control,but the text gets overlap

here is my XAML code

XML
<RichTextBox Height="476" ScrollViewer.HorizontalScrollBarVisibility="Auto"  ScrollViewer.VerticalScrollBarVisibility="Auto" HorizontalAlignment="Left" Margin="8,36,0,0" Name="dutRtx" VerticalAlignment="Top" Width="Auto" IsReadOnly="True" FontSize="11" FontFamily="Segoe UI" Cursor="Arrow">
                    <RichTextBox.Resources>
                        <Style TargetType="{x:Type Paragraph}">
                            <Setter Property="Margin" Value="4pt"/>
                            <Setter Property="LineHeight" Value="6.3pt"/>
                            <Setter Property="FontSize" Value="9pt" />
                            <Setter Property="LineStackingStrategy" Value="BlockLineHeight" />
                        </Style>
                    </RichTextBox.Resources>
                   <FlowDocument>
                            <Paragraph FontSize="9pt" LineHeight="4pt" LineStackingStrategy="BlockLineHeight"></Paragraph>
                        <Paragraph>

                        </Paragraph>
                    </FlowDocument>

                    </RichTextBox>




Increasing the line height the line spacing will be higher.to tackle both line spacing and height...
provide your suggestions....
QuestionSilverlight do we have a road map for the future Pin
Mycroft Holmes26-May-13 14:43
professionalMycroft Holmes26-May-13 14:43 
AnswerRe: Silverlight do we have a road map for the future Pin
SledgeHammer0128-May-13 6:54
SledgeHammer0128-May-13 6:54 
GeneralRe: Silverlight do we have a road map for the future Pin
Mycroft Holmes28-May-13 14:07
professionalMycroft Holmes28-May-13 14:07 
GeneralRe: Silverlight do we have a road map for the future Pin
_Maxxx_28-May-13 18:13
professional_Maxxx_28-May-13 18:13 
GeneralRe: Silverlight do we have a road map for the future Pin
Mycroft Holmes28-May-13 19:49
professionalMycroft Holmes28-May-13 19:49 
QuestionControl storyboard inside custom control...by code Pin
Jayme6524-May-13 2:25
Jayme6524-May-13 2:25 
QuestionBusiness Application Silverlight Pin
picasso223-May-13 17:09
picasso223-May-13 17:09 
QuestionWPF Formatted Large Amounts Of Text Pin
Kevin Marois23-May-13 12:29
professionalKevin Marois23-May-13 12:29 
AnswerRe: WPF Formatted Large Amounts Of Text Pin
Matt T Heffron23-May-13 15:18
professionalMatt T Heffron23-May-13 15:18 
GeneralRe: WPF Formatted Large Amounts Of Text Pin
Kevin Marois24-May-13 11:09
professionalKevin Marois24-May-13 11:09 
QuestionDatePicker in a WPF DataGrid Pin
NortonC23-May-13 4:29
NortonC23-May-13 4:29 
Questionabout datagrid of wpf Pin
ericibm22-May-13 22:22
ericibm22-May-13 22:22 
AnswerRe: about datagrid of wpf Pin
Mycroft Holmes23-May-13 0:21
professionalMycroft Holmes23-May-13 0:21 
QuestionSilverlight-Running SQL scripts Pin
picasso222-May-13 8:06
picasso222-May-13 8:06 
QuestionHow to trigger Datepicker validation error (WPF) Pin
TheHelenLee20-May-13 15:39
TheHelenLee20-May-13 15:39 
QuestionWPF Control - Enter Key Pin
NortonC20-May-13 4:45
NortonC20-May-13 4:45 
AnswerRe: WPF Control - Enter Key Pin
Mycroft Holmes20-May-13 12:31
professionalMycroft Holmes20-May-13 12:31 

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.