• ComponentOne SizerOne 8.0
    • Overview
    • Product Profile
    • Installing SizerOne 8.0 for Active X
      • Installing Demonstration Versions
      • Uninstalling SizerOne
    • Upgrading from VSOCX6
    • End-User License Agreement
    • Licensing FAQs
      • What is Licensing?
      • How does Licensing Work?
    • Technical Support
    • Redistributable Files
    • Adding the SizerOne Components to the Toolbox
    • Using ComponentOne ActiveX Controls in the .NET Framework
    • SizerOne8 Samples
  • The C1Elastic Control
    • Using C1Elastic by itself
    • Using C1Elastic as a Container
    • Using the Align Property
    • Using the AutoSizeChildren property
      • Proportional Sizing
      • Even Sizing
      • Uneven Sizing
      • Elastic-only Sizing
      • Grid Sizing
    • Using the Grid Mode
      • Create the Grid, then add controls
      • Create the controls, then add the Grid
      • Grid Mode Reference
      • Design-time Mouse Commands
      • The Grid Context Menu
      • Automatically Setting the Layout
    • The Grid Editor
  • The C1Tab Control
    • C1Tab Tutorial
    • C1Tab Advanced Topics
      • Editing the Order of the Tabs
      • Using a Single Tab Page
      • Controls that Appear on all Pages
      • Adding and Removing Tabs at Run Time
  • The C1Awk Control
    • Parsing Text Files
    • Parsing Grid Clip Strings
    • Creating a Calculated Text Box
  • C1Elastic Reference
    • C1Elastic Properties
      • AccessibleDescription Property
      • AccessibleName Property
      • AccessibleRole Property
      • AccessibleValue Property
      • Align Property (C1Elastic)
      • Appearance Property (C1Elastic)
      • AutoSizeChildren Property
      • BorderWidth Property (C1Elastic)
      • Caption Property (C1Elastic)
      • CaptionPos Property (C1Elastic)
      • CaptionStyle Property (C1Elastic)
      • ChildSpacing Property
      • FloodColor Property
      • FloodDirection Property
      • FloodPercent Property
      • FloodStyle Property
      • FontResize Property
      • ForeColor Property (C1Elastic)
      • ForeColorDisabled Property
      • Frame Property
      • FrameColor Property
      • FrameShadow Property
      • FrameStyle Property
      • FrameWidth Property
      • FreezeElastics Property
      • Grid Property
      • GridCols Property
      • GridRows Property
      • MaxChildSize Property
      • MinChildSize Property
      • PicturePos Property (C1Elastic)
      • Splitter Property
      • Style Property (C1Elastic)
      • TagPosition Property
      • TagSplit Property
      • TagWidth Property
      • Template Property (C1Elastic)
      • Version Property (C1Elastic)
      • WordWrap Property
    • C1Elastic Events
      • RealignFrame Event
      • ResizeChildren Event
      • ResizeGridCol Event
      • ResizeGridRow Event
  • C1Tab Reference
    • C1Tab Properties
      • AccessibleDescription Property (C1Tab)
      • AccessibleName Property (C1Tab)
      • AccessibleRole Property (C1Tab)
      • AccessibleValue Property (C1Tab)
      • Appearance Property (C1Tab)
      • Align Property (C1Tab)
      • AutoScroll Property
      • AutoSwitch Property
      • BackColor Property
      • BackTabColor Property
      • BoldCurrent Property
      • BorderWidth Property (C1Tab)
      • Caption Property (C1Tab)
      • CaptionEmpty Property
      • CaptionPos Property (C1Tab)
      • CaptionStyle Property (C1Tab)
      • ClientHeight Property
      • ClientLeft Property
      • ClientTop Property
      • ClientWidth Property
      • CurrTab Property
      • DogEars Property
      • FirstTab Property
      • ForeColor Property (C1Tab)
      • FrontTabColor Property
      • FrontTabForeColor Property
      • GetTab Property
      • MouseOver Property
      • MultiRow Property
      • MultiRowOffset Property
      • NumTabs Property
      • Picture Property
      • PicturePos Property (C1Tab)
      • Position Property
      • Separators Property
      • ShowFocusRect Property
      • Style Property (C1Tab)
      • TabCaption Property
      • TabColor Property
      • TabData Property
      • TabEnabled Property
      • TabHeight Property
      • TabOutlineColor Property
      • TabPicture Property
      • TabPreview Property
      • TabsPerPage Property
      • TabVisible Property
      • Template Property (C1Tab)
      • Version Property (C1Tab)
    • C1Tab Methods
      • AddTab Method
      • AttachPageToTab Method
      • RemoveTab Method
    • C1Tab Events
      • Scroll Event
      • Switch Event
  • C1Awk Reference
    • C1Awk Properties
      • Action Property
      • AngleUnits Property
      • Case Property
      • CurrPos Property
      • Error Property
      • Eval Property
      • F Property
      • FieldAt Property
      • FileName Property
      • FileType Property
      • FilterQuotes Property
      • FindLine Property
      • FS Property
      • L Property
      • MatchQuotes Property
      • NF Property
      • PercentDone Property
      • PosAt Property
      • RN Property
      • Val Property
      • Version Property
    • C1Awk Events
      • Begin Event
      • End Event
      • Error Event
      • Scan Event
      • Variable Event
    • Constants
      • MousePointerSettings Constants
      • AppearanceSettings Constants
      • ElasticTemplateSettings Constants
      • AlignSettings Constants
      • AutoSizeSettings Constants
      • FloodDirSettings Constants
      • CaptionPosSettings Constants
      • TagPositionSettings Constants
      • ElasticStyleSettings Constants
      • TagSplitSettings Constants
      • PicturePosSettings Constants
      • CapStyleSettings Constants
      • FrameSettings Constants
      • FrameStyleSettings Constants
      • FloodStyleSettings Constants
      • GridSettings Constants
      • TabAppearanceSettings Constants
      • TabTemplateSettings Constants
      • TabStyleSettings Constants
      • TabPositionSettings Constants
      • TabPicturePosSettings Constants
      • CaseSettings Constants
      • ActionSettings Constants
      • AwkErrorSettings Constants
      • FileTypeSettings Constants
      • AngleUnitSettings Constants
  • Using SizerOne in Visual C++
    • Step 1: Create a new application
    • Step 2: Add controls to the dialog
    • Step 3: Attach class variables to the controls
    • Step 4: Add an event handler
    • Step 5: Create a Tab page
    • Step 6: Add the pages to the Tab control
    • APPENDIX I: AdoptChildren function