ScrollContainer
Inherits: Container < Control < CanvasItem < Node < Object
Inherited By: EditorInspector
There is currently no description for this class. Please help us by contributing one!
Properties
clip_contents |
|
|
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
Methods
void |
ensure_control_visible ( Control control ) |
get_h_scroll_bar ( ) |
|
get_v_scroll_bar ( ) |
Theme Properties
Signals
scroll_ended ( )
There is currently no description for this signal. Please help us by contributing one!
scroll_started ( )
There is currently no description for this signal. Please help us by contributing one!
Enumerations
enum ScrollMode:
ScrollMode SCROLL_MODE_DISABLED = 0
There is currently no description for this enum. Please help us by contributing one!
ScrollMode SCROLL_MODE_AUTO = 1
There is currently no description for this enum. Please help us by contributing one!
ScrollMode SCROLL_MODE_SHOW_ALWAYS = 2
There is currently no description for this enum. Please help us by contributing one!
ScrollMode SCROLL_MODE_SHOW_NEVER = 3
There is currently no description for this enum. Please help us by contributing one!
Property Descriptions
bool follow_focus = false
There is currently no description for this property. Please help us by contributing one!
ScrollMode horizontal_scroll_mode = 1
void set_horizontal_scroll_mode ( ScrollMode value )
ScrollMode get_horizontal_scroll_mode ( )
There is currently no description for this property. Please help us by contributing one!
int scroll_deadzone = 0
There is currently no description for this property. Please help us by contributing one!
int scroll_horizontal = 0
There is currently no description for this property. Please help us by contributing one!
float scroll_horizontal_custom_step = -1.0
There is currently no description for this property. Please help us by contributing one!
int scroll_vertical = 0
There is currently no description for this property. Please help us by contributing one!
float scroll_vertical_custom_step = -1.0
There is currently no description for this property. Please help us by contributing one!
ScrollMode vertical_scroll_mode = 1
void set_vertical_scroll_mode ( ScrollMode value )
ScrollMode get_vertical_scroll_mode ( )
There is currently no description for this property. Please help us by contributing one!
Method Descriptions
void ensure_control_visible ( Control control )
There is currently no description for this method. Please help us by contributing one!
HScrollBar get_h_scroll_bar ( )
There is currently no description for this method. Please help us by contributing one!
VScrollBar get_v_scroll_bar ( )
There is currently no description for this method. Please help us by contributing one!
Theme Property Descriptions
StyleBox panel
There is currently no description for this theme property. Please help us by contributing one!