Pasting into multiple text boxes

前端 未结 5 1412
小蘑菇
小蘑菇 2020-12-22 03:28

I have a .net application which includes search screen which has a panel with has three text boxes, each with a varying character lengths.

What I\

5条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-22 03:46

    You could increase the character limit of the boxes and register for TextChanged and if the pasted (or typed) text is longer jump/cut to the next TextBox.

提交回复
热议问题