contributing a custom control

F

Frankenstein

Hi,

I have written a custom control which achieves the following

-whenever the user clicks on a text box and the Input panel is raised, the
code determines if the textbox is hidden by the raised input panel.

-if yes, the form is scrolled upwards till the focussed text box is above
the height of the input panel. this way the user can see what he is typing
in the textbox.

-when the input panel is disabled, the form contents are scrolled back to
the position they were before the panel was raised.

This is not perhaps a very advanced control, but I think it may be useful
for others too. I still haven't given it a designer view, so its not
completely done yet.

Do you think it is neat enough for others to use it too, or is it very
trivial to implement?

Regards,
 
R

Richard L Rosenheim

An useful modification. I was thinking of exploring the same idea. Along
with the listbox and combo box controls.

Richard Rosenheim
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top