Can you be specific on how will you design the components? what do you
mean scroll? it has a scrollbar? it's possible and you have to
interact with the services exposed by the IDE
On Jun 4, 1:58 pm, "David McCallum"
<dmacukREM...@THISblueyonder.co.uk> wrote:
> I have a panel on a form when I set panle.Enabled to false, all the panels
> child controls are disabled, as expected.
[quoted text clipped - 5 lines]
>
> David McCallum
David McCallum - 07 Jun 2007 20:07 GMT
> Can you be specific on how will you design the components? what do you
> mean scroll? it has a scrollbar? it's possible and you have to
> interact with the services exposed by the IDE
The panel has three text fields, name, address and details. It also has a
list. This may contain none or more phone numbers, so it could have a scroll
bar. There are also buttons that allow the user to add/edit/delete a phone
number.
When the user elects to edit a record, all the controls are enabled. When he
confirms or cancel his edits, all controls will be disabled.
That is except, I don;t want to disable the list as the user would want to
review the phone numbers without gong into edit mode.
Hope this helps.
David