Hi Ike,
Would your application really need forms with such large number of controls?
From my experience however advanced users are they start to get lost if the
form has more than 30ish controls. It is a large amount of visual
information to process at the same time, especially having in mind that the
users would have to scroll up and down to read parts of the form.
I don't know what kind of application you are building but I think that it
is a safe bet that users won't have more than a 100 controls per a form. It
would not be a good and useful user interface.
Another thing you might consider doing if you get stuck with a large number
of controls is to place them in different tabs. In that way you could
actually add controls to each tab separately once the user click on a
specific tab. That would slow-down a bit tab generation, but it would be
somewhat faster than add all controls at the same time.
BR,
GAZ
> Hi Gaz,
>
[quoted text clipped - 120 lines]
>> >> > Best regards,
>> >> > Ike Casteleyn
ike - 25 Jul 2006 19:51 GMT
Hi Gaz,
I know that too much controls are bad for user experience. We also develop
our static forms using tabs and such to take the feeling of a screen full of
controls (also to get data loading down).
Problem for us is that these forms are dynamic. The user decides what's on
the forms (the app pulls the info from a database) and we allready have some
with a form of 500 controls.
However I didn't give the possibility to have a tabcontrol to work with.
A solution might be found in that direction. Thanks for the tip.
Best regards,
Ike
> Hi Ike,
>
[quoted text clipped - 17 lines]
>
> GAZ