c# - List of notices, which control is best choice? -
I want to alert users what is going on and what to do to use a control. It's like a multiline text box, there is a notice in each line, such as:
Connecting to the database ... Current Data Time: Enter Data in Database 10/1000 ... Data entered in the database is 20/1000 ... done ... Data entered in the database Current date time:
I tried the textbox, but to manipulate several lines it Too complicated.
Is there a better control to do this? If the text box was the best option, how can I do this?
Thanks in advance!
I will use a listback to set it to SelectionMode.None Add item items if you have There are enough rows to scroll around so you'll need to manually adjust the scrollbar below. Do this by setting the list box topindex for the number of lines - 1.
Comments
Post a Comment