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

bool

clip_contents

true (overrides Control)

bool

follow_focus

false

ScrollMode

horizontal_scroll_mode

1

int

scroll_deadzone

0

int

scroll_horizontal

0

float

scroll_horizontal_custom_step

-1.0

int

scroll_vertical

0

float

scroll_vertical_custom_step

-1.0

ScrollMode

vertical_scroll_mode

1

Methods

void

ensure_control_visible ( Control control )

HScrollBar

get_h_scroll_bar ( )

VScrollBar

get_v_scroll_bar ( )

Theme Properties

StyleBox

panel


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

  • void set_follow_focus ( bool value )

  • bool is_following_focus ( )

There is currently no description for this property. Please help us by contributing one!


ScrollMode horizontal_scroll_mode = 1

There is currently no description for this property. Please help us by contributing one!


int scroll_deadzone = 0

  • void set_deadzone ( int value )

  • int get_deadzone ( )

There is currently no description for this property. Please help us by contributing one!


int scroll_horizontal = 0

  • void set_h_scroll ( int value )

  • int get_h_scroll ( )

There is currently no description for this property. Please help us by contributing one!


float scroll_horizontal_custom_step = -1.0

  • void set_horizontal_custom_step ( float value )

  • float get_horizontal_custom_step ( )

There is currently no description for this property. Please help us by contributing one!


int scroll_vertical = 0

  • void set_v_scroll ( int value )

  • int get_v_scroll ( )

There is currently no description for this property. Please help us by contributing one!


float scroll_vertical_custom_step = -1.0

  • void set_vertical_custom_step ( float value )

  • float get_vertical_custom_step ( )

There is currently no description for this property. Please help us by contributing one!


ScrollMode vertical_scroll_mode = 1

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!