shaffex

ControlGroup

Description

A view that visually groups related controls.

Example

<body>
    <controlgroup>
        <button>First</button>
        <button>Second</button>
        <button>Third</button>
    </controlgroup>
</body>

Screenshot