scrollButtons

io.github.nafg.scalajs.facades.mui.Tabs.Props.scrollButtons
object scrollButtons extends Prop[Any]

Determine behavior of scroll buttons when tabs are set to scroll:

  • auto will only present them when not all the items are visible.
  • true will always present them.
  • false will never present them.

By default the scroll buttons are hidden on mobile. This behavior can be disabled with allowScrollButtonsMobile.

Attributes

Graph
Supertypes
class Prop[Any]
class Object
trait Matchable
class Any
Self type

Members list

Value members

Inherited methods

def :=(value: Any): Setting

Attributes

Inherited from:
Prop
def :=?(value: Option[Any]): Setting

Attributes

Inherited from:
Prop
def setAs[B](value: B)(implicit B: Writer[B]): Setting

Attributes

Inherited from:
Prop
def setRaw(value: Any): Setting

Attributes

Inherited from:
Prop

Concrete fields

val `false`: Setting
val `true`: Setting
val auto: Setting

Inherited fields

val name: String

Attributes

Inherited from:
Prop