프로퍼티 | 타입 | 설명 | |
---|---|---|---|
Align | ScrollPanelAlign | ||
Background | string | ||
BorderWidth | int | ||
Button | string | ||
ButtonDepth | int | ||
CollapseHiddenChildren | bool | ||
ContentHeight | int | ||
ItemSpacing | int | ||
Layout | ILayout | ||
MinimumThumbSize | int | ||
ScrollbarWidth | int | ||
SmoothScrollSpeed | float | ||
TopBottomSpacing | int |
프로퍼티 | 타입 | 설명 | |
---|---|---|---|
backgroundRect | |||
downButtonRect | |||
downDisabled | bool | ||
downPressed | bool | ||
scrollbarRect | |||
thumbPressed | bool | ||
thumbRect | |||
upButtonRect | |||
upDisabled | bool | ||
upPressed | bool |
메소드 | 설명 | |
---|---|---|
AddChild ( OpenRA.Widgets.Widget child ) : void | ||
Bind ( IObservableCollection c, Widget>.Func | ||
BindingAdd ( object item ) : void | ||
BindingAddImpl ( object item ) : void | ||
BindingRefresh ( ) : void | ||
BindingRemove ( object item ) : void | ||
BindingRemoveAt ( int index ) : void | ||
BindingSet ( object oldItem, object newItem ) : void | ||
DrawOuter ( ) : void | ||
GetEventBounds ( ) : |
||
HandleMouseInput ( MouseInput mi ) : bool | ||
RemoveChild ( OpenRA.Widgets.Widget child ) : void | ||
RemoveChildren ( ) : void | ||
ReplaceChild ( OpenRA.Widgets.Widget oldChild, OpenRA.Widgets.Widget newChild ) : void | ||
Scroll ( int amount, bool smooth = false ) : void | ||
ScrollToBottom ( bool smooth = false ) : void | ||
ScrollToItem ( OpenRA.Widgets.Widget item, bool smooth = false ) : void | ||
ScrollToItem ( string itemKey, bool smooth = false ) : void | ||
ScrollToSelectedItem ( ) : void | ||
ScrollToTop ( bool smooth = false ) : void | ||
Tick ( ) : void | ||
Unbind ( ) : void | ||
YieldMouseFocus ( MouseInput mi ) : bool |
메소드 | 설명 | |
---|---|---|
SetListOffset ( float value, bool smooth ) : void |
메소드 | 설명 | |
---|---|---|
ScrollPanelWidget ( ModData modData ) : System |
public AddChild ( OpenRA.Widgets.Widget child ) : void | ||
child | OpenRA.Widgets.Widget | |
리턴 | void |
public Bind ( IObservableCollection c, Widget>.Func | ||
c | IObservableCollection | |
makeWidget | Widget>.Func | |
widgetItemEquals | Func |
|
autoScroll | bool | |
리턴 | void |
public BindingSet ( object oldItem, object newItem ) : void | ||
oldItem | object | |
newItem | object | |
리턴 | void |
public RemoveChild ( OpenRA.Widgets.Widget child ) : void | ||
child | OpenRA.Widgets.Widget | |
리턴 | void |
public ReplaceChild ( OpenRA.Widgets.Widget oldChild, OpenRA.Widgets.Widget newChild ) : void | ||
oldChild | OpenRA.Widgets.Widget | |
newChild | OpenRA.Widgets.Widget | |
리턴 | void |
public Scroll ( int amount, bool smooth = false ) : void | ||
amount | int | |
smooth | bool | |
리턴 | void |
public ScrollToItem ( OpenRA.Widgets.Widget item, bool smooth = false ) : void | ||
item | OpenRA.Widgets.Widget | |
smooth | bool | |
리턴 | void |
public ScrollToItem ( string itemKey, bool smooth = false ) : void | ||
itemKey | string | |
smooth | bool | |
리턴 | void |
protected SetListOffset ( float value, bool smooth ) : void | ||
value | float | |
smooth | bool | |
리턴 | void |
protected Rectangle,System.Drawing backgroundRect | ||
리턴 |
protected Rectangle,System.Drawing downButtonRect | ||
리턴 |
protected Rectangle,System.Drawing scrollbarRect | ||
리턴 |
protected Rectangle,System.Drawing upButtonRect | ||
리턴 |