Keyboard and Screen size

  • Thread starter Thread starter Harsh Trivedi
  • Start date Start date
H

Harsh Trivedi

Hi,
I am developing application using VS .NET 2003 + C#. My app has forms full
of controls like text box, checkbox...

Now when user click on SIP...almost 30% of the screen is covered with
it....So it is very difficult for user to enter the values in the control
which are placed the lower part of the screen.....and when SIP in on.

Is that anyway to solve this thing?

Regards,
Harsh
 
You could

- add a scrollbar
- split up one screen into multiple screens
- split up selecting an entry and editing it into separate screens
(Smartphone style)
- ...
 
Back
Top