A Kal

Greenhorn
+ Follow
since Dec 30, 2003
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by A Kal

Thanks David ! GridLayout solved my problem.
20 years ago
There are n button-labels given to me.
I need to create and display buttons in the following format in a panel dynamically:
-----------------------------------
Button1 Button3 Button5 Button7 ...
Button2 Button4 Button6 Button8 ...
-----------------------------------
Any suggestions on what layout I should use ? FlowLayout allows me to achieve this in a single row, but I want them to appear in two rows.
20 years ago