Vertical Divider

The Vertical Divider widget is a vertical line that is used to visually separate widgets. For example, you could use it when displaying a list of items that have multiple columns of information or to separate a navigation bar from the content of a page, etc.

Adding Vertical Divider widget

Here's how you add the Vertical Divider widget to your project:

  1. First, add the Vertical Divider widget.

  2. See how to customize its appearance by using its properties.

Customizing

You can customize the appearance and behavior of this widget using the various properties available under the properties panel.

Changing width and thickness

To change the width and thickness of the Vertical Divider:

  1. Select the Vertical Divider widget > move the Properties Panel > Divider Properties.

  2. Find the Width property and enter the value to change the overall width.

  3. Now, find the Thickness property (next to the Width property) and enter the value.

Choosing line style

To customize the divider style, select the Vertical Divider widget > move the Properties Panel > Divider Properties > choose the Line Style.

This property accepts one of the following values:

  • Solid: creates a solid line.

  • Dotted: creates a dotted line.

  • Dashed: creates a dashed line.

  • Dashdotted: creates a pattern of alternate dashes and dots.

Changing the color

To change the color, select the Vertical Divider widget > move the Properties Panel > Divider Properties > use the Color property.

Set color dynamically

See how to set a color from variable to any color property of this widget.

Adjust top and bottom padding

Sometimes you might want to add a little padding around Vertical Divider. Using the Indent and End-Indent properties, you can add top and bottom padding.

To add top and bottom padding:

  1. Select the Vertical Divider widget > move the Properties Panel > Divider Properties.

  2. Find the Indent property and enter the value. This will add top padding.

  3. Similarly, set the End-Indent property to add the bottom padding.

Controlling height

To control the height of the divider, select the Vertical Divider widget > move the Properties Panel > Divider Properties > use the Height property.

Show/Hide widget

See how to show or hide any widget using the Conditional Visibility property.

Responsive Visibility

See how to add responsive visibility to any widget.

Last updated