OrangeUI

TScrollBoxProperties的属性:
类:TScrollBoxProperties
单元:uSkinScrollBoxType
父类:TScrollControlProperties->TSkinControlProperties
名称类型描述
SkinControlIntfISkinControl皮肤控件接口
SkinControlTControl皮肤控件
ScrollBoxTypeTScrollBoxType滚动框类型
HorzScrollBarShowTypeTScrollBarShowType水平滚动条显示类型
HorzScrollBarShowType水平滚动条是否显示
AutoSizeBoolean是否自动调整控件的尺寸
VertScrollBarShowTypeTScrollBarShowType垂直滚动条显示类型
VertScrollBarShowType垂直滚动条是否显示
ContentHeight内容高度(-1表示自动计算)
ContentHeightDouble内容高度(-1表示自动计算)
ContentWidth内容宽度(-1表示自动计算)
ContentWidthDouble内容宽度(-1表示自动计算)
VirtualKeyboardHeightInteger
ScrollBarEmbeddedType
SkinScrollControlIntfISkinScrollControl
HorzControlGestureManagerTSkinControlGestureManager
VertControlGestureManagerTSkinControlGestureManager
ScrollBarEmbeddedTypeTScrollBarEmbeddedType

TSkinScrollBoxDefaultMaterial的素材:
类:TSkinScrollBoxDefaultMaterial
单元:uSkinScrollBoxType
父类:TSkinScrollBoxMaterial->TSkinScrollControlDefaultMaterial
名称类型描述

TScrollBoxProperties的方法:
类:TScrollBoxProperties
单元:uSkinScrollBoxType
父类:TScrollControlProperties->TSkinControlProperties
名称描述代码
GetComponentClassify获取分类名称function GetComponentClassify:String;virtual;
AdjustAutoSizeBounds自动调整控件的尺寸procedure AdjustAutoSizeBounds;
GetContentHeightfunction GetContentHeight: Double;virtual;
GetContentWidthfunction GetContentWidth: Double;virtual;
UpdateScrollBarsprocedure UpdateScrollBars;
GetClientRectfunction GetClientRect:TRectF;virtual;
GetVertScrollBarRectfunction GetVertScrollBarRect:TRectF;
GetHorzScrollBarRectfunction GetHorzScrollBarRect:TRectF;
GetScrollControlCornerRectfunction GetScrollControlCornerRect:TRectF;
GetVertScrollBarVisiblefunction GetVertScrollBarVisible:Boolean;
GetHorzScrollBarVisiblefunction GetHorzScrollBarVisible:Boolean;
GetScrollControlCornerVisiblefunction GetScrollControlCornerVisible:Boolean;
HasVertScrollBarfunction HasVertScrollBar:Boolean;
HasHorzScrollBarfunction HasHorzScrollBar:Boolean;
GetTopDrawOffsetfunction GetTopDrawOffset:Double;virtual;
GetLeftDrawOffsetfunction GetLeftDrawOffset:Double;virtual;
GetRightDrawOffsetfunction GetRightDrawOffset:Double;virtual;
GetBottomDrawOffsetfunction GetBottomDrawOffset:Double;virtual;
GetVertScrollBarPositionfunction GetVertScrollBarPosition:Double;
GetHorzScrollBarPositionfunction GetHorzScrollBarPosition:Double;
GetVertScrollBarMinOverRangePosValuefunction GetVertScrollBarMinOverRangePosValue:Double;
GetVertScrollBarMaxOverRangePosValuefunction GetVertScrollBarMaxOverRangePosValue:Double;
GetHorzScrollBarMinOverRangePosValuefunction GetHorzScrollBarMinOverRangePosValue:Double;
GetHorzScrollBarMaxOverRangePosValuefunction GetHorzScrollBarMaxOverRangePosValue:Double;
DoVertControlGestureManagerInnerScrollToInitialAnimateEndprocedure DoVertControlGestureManagerInnerScrollToInitialAnimateEnd(Sender:TObject);virtual;
DoHorzControlGestureManagerInnerScrollToInitialAnimateEndprocedure DoHorzControlGestureManagerInnerScrollToInitialAnimateEnd(Sender:TObject);virtual;