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 6362605
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T23:55:50+00:00 2026-05-24T23:55:50+00:00

I would like to create panels with detailed information regarding an item (including a

  • 0

I would like to create panels with detailed information regarding an item (including a thumbnail image on the left hand side) and then add these to a scrollable list. Much like how iTunes on the iPhone displays the lists of applications available.

I have done some searching but have thus far been unable to find any assistance.

Does anyone have any ideas or links to samples they would like to share with me.

Thanks in advance,
Rob

  • 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-24T23:55:50+00:00Added an answer on May 24, 2026 at 11:55 pm

    In sum, the following creates a series of panels within a container that scroll in and out of view using a vertical scroll bar.

    You did not list ASP.NET in your tags, so I assume this is Windows form-based, not web based. I’ll get you started:

    1. Create a panel called GrandChildPanel. Inside it, put an image box on the left side and labels with the information you want to display next to the image. This panel will be duplicated for every item (i.e., iTunes song).
    2. Put that panel inside another, equal-width, equal-height panel called ChildPanel.
    3. Create another panel called ParentPanel and set its width to the size of the other panels plus enough room for a vertical scroll bar. Set the height equal to however tall you want the scrollable area to be.
    4. Put ChildPanel in the top-right corner of ParentPanel and add a vertical scroll bar to the far right edge of ParentPanel. Set the scroll bar’s height to takeup the entire height of ParentPanel.
    5. You probably want to add a border to ParentPanel to show its boundaries.
    6. You also probably want to add a 1 or 2 pixel line across the bottom of your GrandChildPanel to show where the panel ends.

    That’s the setup. Here are the requirements for your code: Each time you ‘add an item to the list’ (e.g., every song in your iTunes list), you do the following:

    1. Clone the GrandChildPanel.
    2. Assign the clone to be a child of the ChildPanel.
    3. Set the clone’s Top to be equal to the previous clone’s Top plus its Height.
    4. Set ChildPanel‘s Height equal to any given GrandChildPanel‘s height multiplied by the number of clones.
    5. Set the scroll bar’s maximum value to equal ChildPanel‘s height.

    Now, all you have to do to make this scrollable is perform the following on the scrolling or changing events of the vertical scroll bar: Set ChildPanel‘s Top to be equal to the verticle scroll bar’s value (“position”) multiplied by -1.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I would like to create an ImagePicker control that lets users pick an image
I would like to create a configuration panel for the homepage of the web-app
i would like create a array of structure which have a dynamic array :
I would like to create this shape using just css. I am pretty sure
I would like to create a c++ type that mimic the build-in type exactly.
I would like to create a json object to send as a post array,
I would like to create set of strings and below is the only limitation.
I would like to create a class that runs something (a runnable) at regular
I would like to create a virtual host in apache2, but I want it
I would like to create and hold on to an iterator_range. The range is

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.