Click here to Skip to main content
15,922,407 members
Home / Discussions / C#
   

C#

 
AnswerRe: PrintPreview Pin
Nader Elshehabi4-Dec-06 6:56
Nader Elshehabi4-Dec-06 6:56 
GeneralRe: PrintPreview Pin
netJP12L4-Dec-06 7:55
netJP12L4-Dec-06 7:55 
QuestionRedim multiD-Array Pin
C++NewBe4-Dec-06 4:33
C++NewBe4-Dec-06 4:33 
AnswerRe: Redim multiD-Array Pin
Pete O'Hanlon4-Dec-06 4:59
mvePete O'Hanlon4-Dec-06 4:59 
AnswerRe: Redim multiD-Array Pin
ednrgc4-Dec-06 5:02
ednrgc4-Dec-06 5:02 
GeneralRe: Redim multiD-Array Pin
Dave Doknjas4-Dec-06 13:30
Dave Doknjas4-Dec-06 13:30 
AnswerRe: Redim multiD-Array Pin
Dave Doknjas4-Dec-06 13:29
Dave Doknjas4-Dec-06 13:29 
QuestionControl layout, form resizing (Windows Forms) Pin
Jon Hulatt4-Dec-06 4:25
Jon Hulatt4-Dec-06 4:25 
Hi All,

I'm trying to create a resizable form with a little bit of auto layout.

Basically I have 7 square buttons grouped into a panel. These buttons must never be split up with any auto layout code.

To the right of the buttons I have a trackbar control. I want the trackbar to grow and shrink as the window gets wider/narrower, but, when the shrinkage would result in the trackbar being below a minimum size (in fact, the width of the button containing panel), i want it to drop to below the buttons.

This image shows my controls - here

Can this be easily done with built in winforms stuff? or must I implement it the long way with various resize event handlers and manual repositioning code? I'm hoping to leverage AutoLayoutPanel - because I will have other controls on the form too, eventually.

Thanks

Jon

using System.Beer;

AnswerRe: Control layout, form resizing (Windows Forms) Pin
Ravi Bhavnani4-Dec-06 4:32
professionalRavi Bhavnani4-Dec-06 4:32 
AnswerRe: Control layout, form resizing (Windows Forms) Pin
Drew McGhie4-Dec-06 5:20
Drew McGhie4-Dec-06 5:20 
QuestionTreeView Reverse Pin
JoeSox4-Dec-06 4:21
JoeSox4-Dec-06 4:21 
AnswerRe: TreeView Reverse Pin
ednrgc4-Dec-06 4:57
ednrgc4-Dec-06 4:57 
GeneralRe: TreeView Reverse Pin
JoeSox4-Dec-06 5:00
JoeSox4-Dec-06 5:00 
GeneralRe: TreeView Reverse Pin
JoeSox4-Dec-06 5:03
JoeSox4-Dec-06 5:03 
QuestionSimple formating question with ToString() Pin
NYTSX4-Dec-06 4:11
NYTSX4-Dec-06 4:11 
AnswerRe: Simple formating question with ToString() [modified] Pin
Scott Dorman4-Dec-06 4:24
professionalScott Dorman4-Dec-06 4:24 
GeneralRe: Simple formating question with ToString() Pin
NYTSX4-Dec-06 4:31
NYTSX4-Dec-06 4:31 
AnswerRe: Simple formating question with ToString() Pin
Jon Hulatt4-Dec-06 4:31
Jon Hulatt4-Dec-06 4:31 
AnswerRe: Simple formating question with ToString() Pin
Guffa4-Dec-06 4:34
Guffa4-Dec-06 4:34 
Questioninheritance : how to call child methods from parents method (or hide parents methods) Pin
miljbee4-Dec-06 3:42
miljbee4-Dec-06 3:42 
AnswerRe: inheritance : how to call child methods from parents method (or hide parents methods) Pin
S. Senthil Kumar4-Dec-06 3:57
S. Senthil Kumar4-Dec-06 3:57 
AnswerRe: inheritance : how to call child methods from parents method (or hide parents methods) Pin
Prakash Nadar4-Dec-06 4:12
Prakash Nadar4-Dec-06 4:12 
GeneralRe: inheritance : how to call child methods from parents method (or hide parents methods) Pin
miljbee4-Dec-06 20:46
miljbee4-Dec-06 20:46 
GeneralRe: inheritance : how to call child methods from parents method (or hide parents methods) Pin
Prakash Nadar4-Dec-06 22:58
Prakash Nadar4-Dec-06 22:58 
QuestionMoving Images from a folder to another folder using C# Pin
Suhas Kyadiguppi4-Dec-06 3:40
Suhas Kyadiguppi4-Dec-06 3:40 

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.