Click here to Skip to main content
15,902,938 members
Home / Discussions / C#
   

C#

 
GeneralRe: Plotting a line graph in c# and retaining the previous graphs. Pin
Gerry Schmitz24-Jul-18 10:27
mveGerry Schmitz24-Jul-18 10:27 
Questioncreate separate XML file based on html tags in a string in C# Pin
sudipta saha20-Jul-18 19:40
sudipta saha20-Jul-18 19:40 
AnswerRe: create separate XML file based on html tags in a string in C# Pin
Eddy Vluggen20-Jul-18 23:46
professionalEddy Vluggen20-Jul-18 23:46 
AnswerRe: create separate XML file based on html tags in a string in C# Pin
Gerry Schmitz22-Jul-18 8:59
mveGerry Schmitz22-Jul-18 8:59 
GeneralC# Program Control Flow Pin
etl201620-Jul-18 11:20
etl201620-Jul-18 11:20 
GeneralRe: C# Program Control Flow Pin
OriginalGriff20-Jul-18 20:04
mveOriginalGriff20-Jul-18 20:04 
GeneralRe: C# Program Control Flow Pin
Gerry Schmitz22-Jul-18 8:45
mveGerry Schmitz22-Jul-18 8:45 
GeneralRe: C# Program Control Flow Pin
Richard Deeming23-Jul-18 1:54
mveRichard Deeming23-Jul-18 1:54 
QuestionPlacing a control in a vertically scrolled panel Pin
Member 1207484919-Jul-18 13:40
Member 1207484919-Jul-18 13:40 
AnswerRe: Placing a control in a vertically scrolled panel Pin
BillWoodruff19-Jul-18 19:41
professionalBillWoodruff19-Jul-18 19:41 
GeneralRe: Placing a control in a vertically scrolled panel Pin
Member 1207484920-Jul-18 6:12
Member 1207484920-Jul-18 6:12 
GeneralRe: Placing a control in a vertically scrolled panel Pin
Gerry Schmitz20-Jul-18 8:55
mveGerry Schmitz20-Jul-18 8:55 
GeneralRe: Placing a control in a vertically scrolled panel Pin
Member 1207484921-Jul-18 5:57
Member 1207484921-Jul-18 5:57 
GeneralRe: Placing a control in a vertically scrolled panel Pin
BillWoodruff22-Jul-18 2:45
professionalBillWoodruff22-Jul-18 2:45 
AnswerRe: Placing a control in a vertically scrolled panel Pin
Luc Pattyn22-Jul-18 10:54
sitebuilderLuc Pattyn22-Jul-18 10:54 
Hi,

your description isn't really clear. If what you need is viewing a tall (possibly growing) panel through a limited and fixed "opening" in a WinForm, then my article WinForms AutoScroll Experiment[^] may well apply. If so, you don't need to worry about the scrolling while populating the tall panel at all, it is all automatic, just think about the tall Panel and put the Controls on it where you want them.

On the other hand I probably would not be using a tall and growing panel at all, I much prefer using a ListBox where each item could be a Panel holding some Controls. And then you add a Panel to the ListBox.Items whenever you need to. The big problem now is to get the ListBox paint its content...

You might be interested in FlowLayoutPanel class[^].

Hope this helps.

Smile | :)

modified 24-Jul-18 14:14pm.

QuestionTCPClient to multiple systems Pin
Gopi Nath18-Jul-18 21:05
Gopi Nath18-Jul-18 21:05 
GeneralRe: TCPClient to multiple systems Pin
Richard MacCutchan18-Jul-18 21:30
mveRichard MacCutchan18-Jul-18 21:30 
GeneralRe: TCPClient not sending messages to multiple systems Pin
Gopi Nath18-Jul-18 22:32
Gopi Nath18-Jul-18 22:32 
GeneralRe: TCPClient not sending messages to multiple systems Pin
Richard MacCutchan18-Jul-18 22:42
mveRichard MacCutchan18-Jul-18 22:42 
GeneralRe: TCPClient not sending messages to multiple systems Pin
Gopi Nath18-Jul-18 22:58
Gopi Nath18-Jul-18 22:58 
GeneralRe: TCPClient not sending messages to multiple systems Pin
Richard MacCutchan19-Jul-18 0:28
mveRichard MacCutchan19-Jul-18 0:28 
GeneralRe: TCPClient not sending messages to multiple systems Pin
Gopi Nath19-Jul-18 2:50
Gopi Nath19-Jul-18 2:50 
QuestionInvalid Resx file. Pin
Member 1207484918-Jul-18 10:33
Member 1207484918-Jul-18 10:33 
AnswerRe: Invalid Resx file. Pin
Gerry Schmitz18-Jul-18 14:02
mveGerry Schmitz18-Jul-18 14:02 
QuestionIncomprehensible errors. Any anybody help me make sense of this? Pin
Member 1207484918-Jul-18 6:49
Member 1207484918-Jul-18 6:49 

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.