0
Reply

tableLayoutPanel trigger

Ask a question

I want to use a tableLayoutPanel to issue a recite. this should be through runtime and dynamic so that the user can add a row to the recite as many as they want. One important question: what is the event ... the trigger ... that I want to signal that the last entry is finished: does the salesperson hit the return key and you intercept that ... or does the salesperson press a button to signal to create a new row ... or does just the salesperson's moving the mouse and clicking somewhere outside the last TextBox trigger the event ?

Another consideration: I know what the limit of the number of rows is, the maximum 50. answer me with example please. thank you very much indeed.