LogoObsidian

Divider

Dividers add simple separation between controls inside a groupbox.

Playground

Create Logs

Usage

You can create a Divider by calling the AddDivider method on a Groupbox.

Dividers are purely visual and do not expose configuration options or callbacks.

Positional Arguments

Groupbox:AddDivider("This is a divider")
Arg IdxArgument DescriptionTypeDefault
1Text in the middle of the dividerstringnil

On this page