Click here to Skip to main content
15,911,896 members
Home / Discussions / C#
   

C#

 
GeneralRe: making a text box more efficient Pin
Luc Pattyn8-Jun-10 11:03
sitebuilderLuc Pattyn8-Jun-10 11:03 
GeneralRe: making a text box more efficient Pin
AspDotNetDev8-Jun-10 12:45
protectorAspDotNetDev8-Jun-10 12:45 
GeneralRe: making a text box more efficient Pin
Luc Pattyn8-Jun-10 12:59
sitebuilderLuc Pattyn8-Jun-10 12:59 
GeneralRe: making a text box more efficient Pin
AspDotNetDev8-Jun-10 13:19
protectorAspDotNetDev8-Jun-10 13:19 
GeneralRe: making a text box more efficient Pin
Luc Pattyn8-Jun-10 13:26
sitebuilderLuc Pattyn8-Jun-10 13:26 
GeneralRe: making a text box more efficient Pin
AspDotNetDev8-Jun-10 13:59
protectorAspDotNetDev8-Jun-10 13:59 
GeneralRe: making a text box more efficient Pin
Luc Pattyn8-Jun-10 14:06
sitebuilderLuc Pattyn8-Jun-10 14:06 
GeneralRe: making a text box more efficient Pin
AspDotNetDev8-Jun-10 14:16
protectorAspDotNetDev8-Jun-10 14:16 
Luc Pattyn wrote:
significantly more text is present than can be seen at any one point in time


I meant horizontally (i.e., each item), not vertically (all items). I was basing my performance assertion on the assumption that a render would have to be performed when each item is added, which actually may not be true now that I think about it.

Luc Pattyn wrote:
copying all text (or a contiguous block of selected lines) from a ListBox isn't hard at all


Yeah, but it may not be obvious to the user. And what about modifying text? Different controls for different functionality. Anyway, my main point was that TextBox should probably suffice. The user was having problems with appending text taking more time as there was more text added, and that has nothing to do with the size of each item added to the textbox (unless the OP was adding larger and larger items). Just didn't like to see people jumping in saying to avoid TextBox like the plague. TextBox has feelings too!

GeneralRe: making a text box more efficient Pin
Luc Pattyn8-Jun-10 14:28
sitebuilderLuc Pattyn8-Jun-10 14:28 
GeneralRe: making a text box more efficient Pin
Dave Kreskowiak8-Jun-10 12:24
mveDave Kreskowiak8-Jun-10 12:24 
GeneralRe: making a text box more efficient Pin
AspDotNetDev8-Jun-10 12:57
protectorAspDotNetDev8-Jun-10 12:57 
GeneralRe: making a text box more efficient Pin
Dave Kreskowiak8-Jun-10 17:21
mveDave Kreskowiak8-Jun-10 17:21 
GeneralRe: making a text box more efficient Pin
AspDotNetDev8-Jun-10 17:34
protectorAspDotNetDev8-Jun-10 17:34 
GeneralRe: making a text box more efficient Pin
Dave Kreskowiak9-Jun-10 2:03
mveDave Kreskowiak9-Jun-10 2:03 
GeneralRe: making a text box more efficient Pin
AspDotNetDev9-Jun-10 5:39
protectorAspDotNetDev9-Jun-10 5:39 
GeneralRe: making a text box more efficient Pin
LookSharp8-Jun-10 17:24
LookSharp8-Jun-10 17:24 
GeneralRe: making a text box more efficient Pin
Dave Kreskowiak9-Jun-10 2:01
mveDave Kreskowiak9-Jun-10 2:01 
GeneralRe: making a text box more efficient Pin
LookSharp9-Jun-10 3:19
LookSharp9-Jun-10 3:19 
AnswerRe: making a text box more efficient Pin
Luc Pattyn8-Jun-10 6:57
sitebuilderLuc Pattyn8-Jun-10 6:57 
GeneralRe: making a text box more efficient Pin
AspDotNetDev8-Jun-10 9:22
protectorAspDotNetDev8-Jun-10 9:22 
GeneralRe: making a text box more efficient Pin
Luc Pattyn8-Jun-10 9:30
sitebuilderLuc Pattyn8-Jun-10 9:30 
AnswerRe: making a text box more efficient Pin
AspDotNetDev8-Jun-10 9:18
protectorAspDotNetDev8-Jun-10 9:18 
Questiongridview pagination Pin
FEMDEV8-Jun-10 5:35
FEMDEV8-Jun-10 5:35 
AnswerRe: gridview pagination Pin
Dave Kreskowiak8-Jun-10 6:18
mveDave Kreskowiak8-Jun-10 6:18 
Questionhow to convert whole .hex file to bin file Pin
bhavin chheda8-Jun-10 5:22
bhavin chheda8-Jun-10 5:22 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.