Click here to Skip to main content
15,889,116 members
Home / Discussions / C#
   

C#

 
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 
AnswerRe: Incomprehensible errors. Any anybody help me make sense of this? Pin
Gerry Schmitz18-Jul-18 13:24
mveGerry Schmitz18-Jul-18 13:24 
QuestionHow to randomly generate a number or characters in an Authorization Class file Pin
Bootzilla3317-Jul-18 4:49
Bootzilla3317-Jul-18 4:49 
AnswerRe: How to randomly generate a number or characters in an Authorization Class file Pin
Gerry Schmitz18-Jul-18 9:38
mveGerry Schmitz18-Jul-18 9:38 
GeneralRe: How to randomly generate a number or characters in an Authorization Class file Pin
Bootzilla3318-Jul-18 10:38
Bootzilla3318-Jul-18 10:38 
GeneralRe: How to randomly generate a number or characters in an Authorization Class file Pin
Gerry Schmitz18-Jul-18 13:06
mveGerry Schmitz18-Jul-18 13:06 
GeneralRe: How to randomly generate a number or characters in an Authorization Class file Pin
Mycroft Holmes18-Jul-18 14:10
professionalMycroft Holmes18-Jul-18 14:10 
QuestionThe animation of my character runs on the spot Pin
Member 1391486817-Jul-18 1:24
Member 1391486817-Jul-18 1:24 

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.