Click here to Skip to main content
15,892,059 members
Home / Discussions / C#
   

C#

 
AnswerRe: how do I implement scrolling? PART 2 Pin
Dave Kreskowiak14-Jan-06 16:10
mveDave Kreskowiak14-Jan-06 16:10 
You really have to rethink your design. You can't put 1,000 controls on a form and expect it to run.

That's 1,000 windows on the form and a window handle to get with each. You're form will take forever to come up while all those controls are just added to the form. That doesn't include drawing them! You might be able to get away with managing to add only the visible controls to the form, but be prepared for a complicated design.


RageInTheMachine9532
"...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

AnswerRe: how do I implement scrolling? PART 2 Pin
Robert Rohde14-Jan-06 21:30
Robert Rohde14-Jan-06 21:30 
GeneralRe: how do I implement scrolling? PART 2 Pin
Sasuko15-Jan-06 0:41
Sasuko15-Jan-06 0:41 
GeneralRe: how do I implement scrolling? PART 2 Pin
Robert Rohde15-Jan-06 1:58
Robert Rohde15-Jan-06 1:58 
GeneralRe: how do I implement scrolling? PART 2 Pin
Sasuko15-Jan-06 4:05
Sasuko15-Jan-06 4:05 
GeneralRe: how do I implement scrolling? PART 2 Pin
Robert Rohde15-Jan-06 5:22
Robert Rohde15-Jan-06 5:22 
GeneralRe: how do I implement scrolling? PART 2 Pin
Sasuko15-Jan-06 5:39
Sasuko15-Jan-06 5:39 
QuestionDataGridBoolColumn Question Pin
lior654#hotmail.com14-Jan-06 12:30
lior654#hotmail.com14-Jan-06 12:30 
AnswerRe: DataGridBoolColumn Question Pin
Robert Rohde14-Jan-06 21:21
Robert Rohde14-Jan-06 21:21 
GeneralRe: DataGridBoolColumn Question Pin
lior654#hotmail.com17-Jan-06 4:03
lior654#hotmail.com17-Jan-06 4:03 
GeneralRe: DataGridBoolColumn Question Pin
Robert Rohde17-Jan-06 8:15
Robert Rohde17-Jan-06 8:15 
GeneralRe: DataGridBoolColumn Question Pin
lior654#hotmail.com17-Jan-06 11:02
lior654#hotmail.com17-Jan-06 11:02 
GeneralRe: DataGridBoolColumn Question Pin
Robert Rohde18-Jan-06 0:17
Robert Rohde18-Jan-06 0:17 
QuestionHelp Needed in C# Chess Game development Pin
usmanali12314-Jan-06 10:40
usmanali12314-Jan-06 10:40 
AnswerRe: Help Needed in C# Chess Game development Pin
Christian Graus14-Jan-06 12:34
protectorChristian Graus14-Jan-06 12:34 
AnswerRe: Help Needed in C# Chess Game development Pin
Robert Rohde14-Jan-06 21:36
Robert Rohde14-Jan-06 21:36 
QuestionIEnumerator Pin
Duif14-Jan-06 10:17
Duif14-Jan-06 10:17 
GeneralRe: IEnumerator Pin
Guffa14-Jan-06 11:23
Guffa14-Jan-06 11:23 
GeneralRe: IEnumerator Pin
Duif14-Jan-06 11:38
Duif14-Jan-06 11:38 
GeneralRe: IEnumerator Pin
Judah Gabriel Himango14-Jan-06 12:19
sponsorJudah Gabriel Himango14-Jan-06 12:19 
GeneralRe: IEnumerator Pin
Duif15-Jan-06 3:57
Duif15-Jan-06 3:57 
GeneralRe: IEnumerator Pin
Duif15-Jan-06 4:08
Duif15-Jan-06 4:08 
AnswerRe: IEnumerator Pin
[Marc]14-Jan-06 12:07
[Marc]14-Jan-06 12:07 
QuestionListView columns not displayed Pin
Ravi Bhavnani14-Jan-06 10:14
professionalRavi Bhavnani14-Jan-06 10:14 
AnswerRe: ListView columns not displayed Pin
Joshua Quick14-Jan-06 12:46
Joshua Quick14-Jan-06 12:46 

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.