Click here to Skip to main content
15,885,537 members
Home / Discussions / C#
   

C#

 
QuestionVisual Studio only displaying HTML instead of Design View Pin
W4Rl0CK4719-Nov-09 6:59
W4Rl0CK4719-Nov-09 6:59 
AnswerRe: Visual Studio only displaying HTML instead of Design View Pin
Sir Dot Net19-Nov-09 7:39
Sir Dot Net19-Nov-09 7:39 
AnswerRe: Visual Studio only displaying HTML instead of Design View Pin
Shameel19-Nov-09 18:03
professionalShameel19-Nov-09 18:03 
AnswerRe: Visual Studio only displaying HTML instead of Design View Pin
Ronni Marker20-Nov-09 10:53
Ronni Marker20-Nov-09 10:53 
QuestionListView replacement Pin
Vincent Roggero19-Nov-09 4:34
Vincent Roggero19-Nov-09 4:34 
AnswerRe: ListView replacement Pin
Saksida Bojan19-Nov-09 5:00
Saksida Bojan19-Nov-09 5:00 
GeneralRe: ListView replacement Pin
Vincent Roggero19-Nov-09 6:19
Vincent Roggero19-Nov-09 6:19 
AnswerRe: ListView replacement Pin
Luc Pattyn19-Nov-09 5:05
sitebuilderLuc Pattyn19-Nov-09 5:05 
if you want the new items to become visible right away, then the LV (or whatever other control you use) has to repaint itself, what else could it do?

if you don't want immediate display, you could collect new items outside the control, then add them to the control once either one of the following occurs: your new items in hand exceed a certain number, or some timeout has elapsed. The list-oriented controls have an AddRange method to do that efficiently.

I know of no control that would do all that automatically; of course you can derive your own from any of the existing list-oriented controls.

Smile | :)

Luc Pattyn [Forum Guidelines] [My Articles]

I only read code that is properly indented, and rendered in a non-proportional font; hint: use PRE tags in forum messages


GeneralRe: ListView replacement Pin
Vincent Roggero19-Nov-09 6:21
Vincent Roggero19-Nov-09 6:21 
GeneralRe: ListView replacement Pin
Saksida Bojan19-Nov-09 6:36
Saksida Bojan19-Nov-09 6:36 
GeneralRe: ListView replacement Pin
Vincent Roggero19-Nov-09 6:46
Vincent Roggero19-Nov-09 6:46 
GeneralRe: ListView replacement Pin
Saksida Bojan19-Nov-09 7:00
Saksida Bojan19-Nov-09 7:00 
GeneralRe: ListView replacement Pin
Vincent Roggero20-Nov-09 4:08
Vincent Roggero20-Nov-09 4:08 
GeneralRe: ListView replacement Pin
Saksida Bojan20-Nov-09 5:06
Saksida Bojan20-Nov-09 5:06 
GeneralRe: ListView replacement Pin
Vincent Roggero20-Nov-09 7:02
Vincent Roggero20-Nov-09 7:02 
Questionstrange errror while parsing string to datetime in c# Pin
hosseinghazanfary19-Nov-09 3:37
hosseinghazanfary19-Nov-09 3:37 
AnswerRe: strange errror while parsing string to datetime in c# Pin
Ian Shlasko19-Nov-09 3:49
Ian Shlasko19-Nov-09 3:49 
AnswerRe: strange errror while parsing string to datetime in c# Pin
Keith Barrow19-Nov-09 5:37
professionalKeith Barrow19-Nov-09 5:37 
QuestionHow to run menu items as radio box ones? Pin
Chesnokov Yuriy19-Nov-09 1:59
professionalChesnokov Yuriy19-Nov-09 1:59 
AnswerRe: How to run menu items as radio box ones? Pin
flydk19-Nov-09 2:04
flydk19-Nov-09 2:04 
AnswerRe: How to run menu items as radio box ones? Pin
Dave Kreskowiak19-Nov-09 4:01
mveDave Kreskowiak19-Nov-09 4:01 
QuestionTitle Bar Color in WinForm Pin
trunecek19-Nov-09 1:41
trunecek19-Nov-09 1:41 
AnswerRe: Title Bar Color in WinForm Pin
EliottA19-Nov-09 1:56
EliottA19-Nov-09 1:56 
Questionurgent need of a code Pin
jyotika shinde19-Nov-09 1:36
jyotika shinde19-Nov-09 1:36 
AnswerRe: urgent need of a code Pin
Abhishek Sur19-Nov-09 1:38
professionalAbhishek Sur19-Nov-09 1:38 

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.