Class FlowLayoutViewer
Inherited Members
Namespace: Syncfusion.Windows.Tools.Controls
Assembly: Syncfusion.RichTextBoxAdv.WPF.dll
Syntax
public class FlowLayoutViewer : LayoutViewer
Constructors
FlowLayoutViewer()
Declaration
public FlowLayoutViewer()
FlowLayoutViewer(RichTextBoxAdv)
Initialize control on load
Declaration
public FlowLayoutViewer(RichTextBoxAdv richTextBox)
Parameters
Type | Name | Description |
---|---|---|
RichTextBoxAdv | richTextBox |
Methods
ArrangeElements()
Arranges elements
Declaration
public override void ArrangeElements()
Overrides
ArrangeOverride(Size)
Arranges the element
Declaration
protected override Size ArrangeOverride(Size finalSize)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Size | finalSize |
Returns
Type |
---|
System.Windows.Size |
BringLineToView(LineInfo)
Brings the specified line to view
Declaration
public override void BringLineToView(LineInfo line)
Parameters
Type | Name | Description |
---|---|---|
LineInfo | line |
Overrides
SetPreviousBlocks()
Sets previous and next paragraph
Declaration
public override void SetPreviousBlocks()
Overrides
SetVisibleLinesToPage()
Sets the visible lines
Declaration
public override void SetVisibleLinesToPage()
Overrides
UpdateClip(Rect)
Updates the clip
Declaration
public void UpdateClip(Rect rect)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Rect | rect |
UpdateHorizontalScrollBar()
Updates the horizontal scroll bar
Declaration
public override void UpdateHorizontalScrollBar()
Overrides
UpdateVerticalScrollBar()
Updates the vertical scroll bar
Declaration
public override void UpdateVerticalScrollBar()