I have a gui set up. It has several tabs.
On one of the tabs I need about 100 rows.
Each row includes 7 input fields.
As you can guess. I cant fit 100 rows on the gui without exceeding the gui size.
The gui is currently set at 800,600. I can see around 20 rows.
I need to somehow be able to scroll down on the tab to see the additional 80 tabs...
A scroll bar like in IE would be great!
Any suggestions?
test included. Thanks!
#include <GUIConstants.au3>
#include <TabCon