S or /

SourceClass ScrollFadeStyle

from egui import ScrollFadeStyle
class ScrollFadeStyle:

Controls if and how to fade out the sides of a egui.ScrollArea to indicate there is more there if you scroll.

Properties§

@property def size(self, /) -> float§
@size.setter def size(self, /, size: float) -> None§
@property def strength(self, /) -> float§
@strength.setter def strength(self, /, strength: float) -> None§

Methods§

@staticmethod def default() -> ScrollFadeStyle§
Sourcedef ui(self, /, ui: Ui) -> None§