New to KendoReactLearn about KendoReact Free.

GridLayoutAlign

Specifies the horizontal and vertical alignment of the inner GridLayout elements.

NameTypeDefaultDescription

horizontal?

"center" | "stretch" | "end" | "start"

Defines the possible horizontal alignment of the inner GridLayout elements.

The available values are:

  • start—Uses the start point of the container.
  • center—Uses the center point of the container.
  • end—Uses the end point of the container.
  • (Default)stretch—Stretches the items to fill the width of the container.

vertical?

"stretch" | "top" | "bottom" | "middle"

Defines the possible vertical alignment of the inner GridLayout elements.

The available values are:

  • top—Uses the top point of the container.
  • middle—Uses the middle point of the container.
  • bottom—Uses the bottom point of the container.
  • (Default)stretch—Stretches the items to fill the height of the container.
Not finding the help you need?
Contact Support