G
Guest
I have a bunch of labels, and want to put in some container, which should be:
1. The number of labels for each column is fixed, say 16/row. And the number
of currently displaying rows is fixed, say 10.
2. The number of total rows is unknown before hand. So if it is larger than
10, the vertical scroll bar should be shown up and let the user view other
part of the rows.
3. In my program, I would add those labels one by one, from left to right,
from up to bottom.
What container should I use?
Thanks,
1. The number of labels for each column is fixed, say 16/row. And the number
of currently displaying rows is fixed, say 10.
2. The number of total rows is unknown before hand. So if it is larger than
10, the vertical scroll bar should be shown up and let the user view other
part of the rows.
3. In my program, I would add those labels one by one, from left to right,
from up to bottom.
What container should I use?
Thanks,