Click here to Skip to main content
15,908,775 members
Home / Discussions / C#
   

C#

 
GeneralRe: Question about the Type object Pin
OriginalGriff30-Mar-10 9:22
mveOriginalGriff30-Mar-10 9:22 
GeneralRe: Question about the Type object Pin
PIEBALDconsult30-Mar-10 9:41
mvePIEBALDconsult30-Mar-10 9:41 
AnswerRe: Question about the Type object Pin
Luc Pattyn30-Mar-10 9:00
sitebuilderLuc Pattyn30-Mar-10 9:00 
GeneralRe: Question about the Type object Pin
PIEBALDconsult30-Mar-10 9:17
mvePIEBALDconsult30-Mar-10 9:17 
GeneralRe: Question about the Type object Pin
Richard Blythe30-Mar-10 9:23
Richard Blythe30-Mar-10 9:23 
GeneralRe: Question about the Type object Pin
Luc Pattyn30-Mar-10 9:28
sitebuilderLuc Pattyn30-Mar-10 9:28 
GeneralRe: Question about the Type object Pin
Richard Blythe30-Mar-10 9:33
Richard Blythe30-Mar-10 9:33 
GeneralRe: Question about the Type object Pin
Luc Pattyn30-Mar-10 9:35
sitebuilderLuc Pattyn30-Mar-10 9:35 
AnswerRe: Question about the Type object [modified] Pin
PIEBALDconsult30-Mar-10 9:02
mvePIEBALDconsult30-Mar-10 9:02 
QuestionHow to create a line shapefile Pin
v17.poornima30-Mar-10 6:40
v17.poornima30-Mar-10 6:40 
AnswerRe: How to create a line shapefile Pin
Richard MacCutchan30-Mar-10 9:32
mveRichard MacCutchan30-Mar-10 9:32 
GeneralRe: How to create a line shapefile Pin
v17.poornima31-Mar-10 3:24
v17.poornima31-Mar-10 3:24 
GeneralRe: How to create a line shapefile Pin
Richard MacCutchan31-Mar-10 3:37
mveRichard MacCutchan31-Mar-10 3:37 
QuestionTo draw on map control Pin
v17.poornima30-Mar-10 6:37
v17.poornima30-Mar-10 6:37 
AnswerRe: To draw on map control Pin
OriginalGriff30-Mar-10 8:22
mveOriginalGriff30-Mar-10 8:22 
GeneralRe: To draw on map control Pin
v17.poornima31-Mar-10 3:23
v17.poornima31-Mar-10 3:23 
QuestionDatagridview cell position (.Net 2008). Pin
priyamtheone30-Mar-10 6:15
priyamtheone30-Mar-10 6:15 
AnswerRe: Datagridview cell position (.Net 2008). Pin
dan!sh 30-Mar-10 6:50
professional dan!sh 30-Mar-10 6:50 
AnswerRe: Datagridview cell position (.Net 2008). Pin
priyamtheone15-Apr-10 6:39
priyamtheone15-Apr-10 6:39 
AnswerRe: Datagridview cell position (.Net 2008). [modified] Pin
Wajid.k20-May-10 5:22
Wajid.k20-May-10 5:22 
QuestionAuto scaling of controls in a form (.Net 2008). Pin
priyamtheone30-Mar-10 6:14
priyamtheone30-Mar-10 6:14 
AnswerRe: Auto scaling of controls in a form (.Net 2008). Pin
Luc Pattyn30-Mar-10 6:48
sitebuilderLuc Pattyn30-Mar-10 6:48 
AFAIK a Form is a Control, and hence has an Anchor property. It will only work when its TopLevel property is set false.

If that does not work, and assuming the Form is resizable, I would add a handler to the SplitContainer's panel, and write the code that resizes the Form it is holding. The Controls inside the Form will then do whatever their designer decided they should do.

Smile | :)

AnswerRe: Auto scaling of controls in a form (.Net 2008). Pin
priyamtheone15-Apr-10 6:41
priyamtheone15-Apr-10 6:41 
QuestionEntity Framework Pin
NETLearning30-Mar-10 6:04
NETLearning30-Mar-10 6:04 
AnswerRe: Entity Framework Pin
Not Active30-Mar-10 6:13
mentorNot Active30-Mar-10 6:13 

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.