What's the simplest way to make a scrollable list of controls with labels?
Posted
by Jon Cage
on Stack Overflow
See other posts from Stack Overflow
or by Jon Cage
Published on 2010-05-28T10:12:30Z
Indexed on
2010/05/30
3:42 UTC
Read the original article
Hit count: 210
Using C++/CLI and Windows Forms, I'm trying to make a simple scrollable list of labelled text controls as a way of displaying some data fields. I'm having trouble making a TableLayoutPanel
scrollable - every combination of properties I've tried seems to result in some really peculiar side effects.
So I have two questions:
- Is this the best way to do it.
- If it is a reasonable approach, what magic combination of settings should I apply to the table layout panel to make it play ball?
© Stack Overflow or respective owner