Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 5930287
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 22, 20262026-05-22T14:32:06+00:00 2026-05-22T14:32:06+00:00

I created a SkinnableContainer runtime because I want to set some style properties to

  • 0

I created a SkinnableContainer runtime because I want to set some style properties to it, then based on some external data I need to create a new SkinnableContainer and add it as children of the first one. This children height can be greater than the parent container.

How can I create a SkinnableContainer runtime with some scrollbars?
I read in the documentation that I need to create a new Skin.

It is possible runtime to achieve the same result ?

// ... in a container ...

var father = new SkinnableContainer();
this.addElement(father);

var child = new SkinnableContainer();
// ... some initialization... child is filled with some other elements from outside

father.addElement(child);

// ... now if child.height > father.height 
// I want to add a vertical scrollbar
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-22T14:32:07+00:00Added an answer on May 22, 2026 at 2:32 pm

    You could always put the child in a Scroller control.

    For example:

    var father = new SkinnableContainer();
    this.addElement(father);
    
    var scroller = new Scroller();
    var child = new SkinnableContainer();
    // ... some initialization... child is filled with some other elements from outside
    
    // scroller.addElement(child); // wrong because you cannot add element to a scroller
    scroller.viewport = child.contentGroup; // but you can set this to an IViewport
    
    father.addElement(scroller);
    father.addElement(child);
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I created a web control, and it needs some data from its parent page.
I created an HTML file on my desktop and added some JavaScript to set
Created .NET WCF service, tested it - works. Generated schemas from Data and service
I created a batch file to run SqlMetal and generate Linq2Sql data classes, check
I created a project in flex builder with application server type set to none.
I created an anchor like this: <a id=create /> and it works in IE
Created an extensive batch script program to handle some automated file management and printing
I created a Rails application normally. Then created the scaffold for an event class.
In order to set a background image for my Desktop Flex application, I created
I created a project without ARC . I want to use a third party

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.