blob: 1f8c10122ec8de13790e8c19bd480df004ce82dc [file] [log] [blame]
////////////////////////////////////////////////////////////////////////////////
//
// Licensed to the Apache Software Foundation (ASF) under one or more
// contributor license agreements. See the NOTICE file distributed with
// this work for additional information regarding copyright ownership.
// The ASF licenses this file to You under the Apache License, Version 2.0
// (the "License"); you may not use this file except in compliance with
// the License. You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
//
////////////////////////////////////////////////////////////////////////////////
DESCRIPTION
The DividedContainerExample demonstrates the Royale DividedContainer components: HDividedContainer and
VDividedContainer. These contains separate their children using interactive dividers, allowing
you to resize them.
The HDividedContainer arranges its children into columns while the VDividedContainer arranges its
children into rows.
The DividedContainer is built from sub-components and beads, most of which can be substituted
with other compatible beads or even custom beads you write. The substitutions can be
made in MXML but are most often done in CSS.