R
Rainer Queck
Hi NG,
I am looking for a good way to dynamically generate a bunch of TabPages.
I have a list of more or less identical object. For each of these objects I
need a user interface. My thought is, to provide a TabPage for every object
with controls on it to interact with them. How can that be achieved
dynamically.
The only way I can think of to do this is to prepare the max needed TabPages
and keep them in a list. But this would mean a lot of manual work. I am sure
there is a better way to do this. Is it possible to just define one TabPage
with the form designer and then inherit from it?
Thanks for hints and suggestions.
Rainer
I am looking for a good way to dynamically generate a bunch of TabPages.
I have a list of more or less identical object. For each of these objects I
need a user interface. My thought is, to provide a TabPage for every object
with controls on it to interact with them. How can that be achieved
dynamically.
The only way I can think of to do this is to prepare the max needed TabPages
and keep them in a list. But this would mean a lot of manual work. I am sure
there is a better way to do this. Is it possible to just define one TabPage
with the form designer and then inherit from it?
Thanks for hints and suggestions.
Rainer