Click here to Skip to main content
16,005,169 members
Home / Discussions / C#
   

C#

 
GeneralRe: where Pin
Disrupted14-Apr-05 19:28
Disrupted14-Apr-05 19:28 
GeneralA question on garbage collection Pin
DisruptedSinner14-Apr-05 19:14
DisruptedSinner14-Apr-05 19:14 
GeneralRe: A question on garbage collection Pin
spif200114-Apr-05 19:51
spif200114-Apr-05 19:51 
GeneralRe: A question on garbage collection Pin
Disrupted14-Apr-05 19:55
Disrupted14-Apr-05 19:55 
GeneralRe: A question on garbage collection Pin
Alex Korchemniy14-Apr-05 20:07
Alex Korchemniy14-Apr-05 20:07 
GeneralRe: A question on garbage collection Pin
Disrupted14-Apr-05 20:18
Disrupted14-Apr-05 20:18 
Generalautoesize or fit labels height Pin
alexdg0414-Apr-05 18:50
alexdg0414-Apr-05 18:50 
GeneralRe: autoesize or fit labels height Pin
Alex Korchemniy14-Apr-05 18:54
Alex Korchemniy14-Apr-05 18:54 
If I understand you correctly... you are trying to achieve flow layout.

If all you have on the form is a few labels it would be better to do custom drawing code. For each string you draw you do MeasureString. Using the SizeF that is returned you can calculate where to draw the next string.

Alex Korchemniy
GeneralRe: autoesize or fit labels height Pin
alexdg0414-Apr-05 19:13
alexdg0414-Apr-05 19:13 
GeneralRe: autoesize or fit labels height Pin
Alex Korchemniy14-Apr-05 19:42
Alex Korchemniy14-Apr-05 19:42 
Generalminimize form while closeing Pin
alexdg0414-Apr-05 18:43
alexdg0414-Apr-05 18:43 
GeneralRe: minimize form while closeing Pin
Alex Korchemniy14-Apr-05 18:51
Alex Korchemniy14-Apr-05 18:51 
GeneralRe: minimize form while closeing Pin
Polis Pilavas15-Apr-05 4:45
Polis Pilavas15-Apr-05 4:45 
GeneralLog4Net - changing appender configuration programmatically... Pin
devvvy14-Apr-05 16:03
devvvy14-Apr-05 16:03 
Generalserialization problem with a class that derives from dataset Pin
god4k14-Apr-05 15:57
god4k14-Apr-05 15:57 
GeneralRe: serialization problem with a class that derives from dataset Pin
turbochimp14-Apr-05 16:33
turbochimp14-Apr-05 16:33 
GeneralRe: serialization problem with a class that derives from dataset Pin
god4k14-Apr-05 18:01
god4k14-Apr-05 18:01 
GeneralRe: serialization problem with a class that derives from dataset Pin
god4k14-Apr-05 18:41
god4k14-Apr-05 18:41 
QuestionHow to copy tables? Pin
ben214-Apr-05 13:18
ben214-Apr-05 13:18 
AnswerRe: How to copy tables? Pin
turbochimp14-Apr-05 16:56
turbochimp14-Apr-05 16:56 
GeneralRe: How to copy tables? Pin
ben219-Apr-05 11:50
ben219-Apr-05 11:50 
AnswerRe: How to copy tables? Pin
Alex Korchemniy14-Apr-05 19:00
Alex Korchemniy14-Apr-05 19:00 
GeneralBuilding Addin Pin
MAF14-Apr-05 12:00
MAF14-Apr-05 12:00 
GeneralRe: Building Addin Pin
Dave Kreskowiak14-Apr-05 16:52
mveDave Kreskowiak14-Apr-05 16:52 
GeneralInterting page break richTextBox Pin
Member 156981014-Apr-05 11:41
Member 156981014-Apr-05 11:41 

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.