프로퍼티 | 타입 | 설명 | |
---|---|---|---|
CoerceOffset | double | ||
ComputeScrollOffsetWithMinimalScroll | double | ||
GetChildrenDesiredSize | |||
MeasureChildrenDesiredSize | |||
MeasureOverride | |||
UpdateSeparators | void | ||
ValidateInputOffset | double | ||
VerifyScrollData | void |
메소드 | 설명 | |
---|---|---|
LineDown ( ) : void |
Not implemented
|
|
LineLeft ( ) : void |
Scrolls left within content by one logical unit.
|
|
LineRight ( ) : void |
Scrolls right within content by one logical unit.
|
|
LineUp ( ) : void |
Not implemented
|
|
MakeVisible ( Visual visual, |
Forces content to scroll until the coordinate space of a System.Windows.Media.Visual object is visible. This is optimized for horizontal scrolling only
|
|
MouseWheelDown ( ) : void |
Not implemented
|
|
MouseWheelLeft ( ) : void |
Not implemented
|
|
MouseWheelRight ( ) : void |
Not implemented
|
|
MouseWheelUp ( ) : void |
Not implemented
|
|
PageDown ( ) : void |
Not implemented
|
|
PageLeft ( ) : void |
Not implemented
|
|
PageRight ( ) : void |
Not implemented
|
|
PageUp ( ) : void |
Not implemented
|
|
RibbonTabsContainer ( ) : System |
Default constructor
|
|
SetHorizontalOffset ( double offset ) : void |
Sets the amount of horizontal offset.
|
|
SetVerticalOffset ( double offset ) : void |
Not implemented
|
메소드 | 설명 | |
---|---|---|
ArrangeOverride ( |
Positions child elements and determines a size for the control
|
메소드 | 설명 | |
---|---|---|
CoerceOffset ( double offset, double extent, double viewport ) : double | ||
ComputeScrollOffsetWithMinimalScroll ( double topView, double bottomView, double topChild, double bottomChild ) : double | ||
GetChildrenDesiredSize ( ) : |
||
MeasureChildrenDesiredSize ( |
||
MeasureOverride ( |
||
UpdateSeparators ( bool regularTabs, bool contextualTabs ) : void |
Updates separator visibility
|
|
ValidateInputOffset ( double offset, string parameterName ) : double | ||
VerifyScrollData ( double viewportWidth, double extentWidth ) : void |
protected ArrangeOverride ( |
||
finalSize | The final area within the parent /// that this element should use to arrange /// itself and its children | |
리턴 |
public MakeVisible ( Visual visual, |
||
visual | Visual | A System.Windows.Media.Visual that becomes visible. |
rectangle | A bounding rectangle that identifies the coordinate space to make visible. | |
리턴 |
public SetHorizontalOffset ( double offset ) : void | ||
offset | double | The degree to which content is horizontally offset from the containing viewport. |
리턴 | void |