Click here to Skip to main content
15,892,298 members
Home / Discussions / C#
   

C#

 
GeneralRe: What is an Inline Procedure ? Pin
Christian Graus3-Jul-07 15:32
protectorChristian Graus3-Jul-07 15:32 
GeneralRe: What is an Inline Procedure ? Pin
Ed.Poore3-Jul-07 22:46
Ed.Poore3-Jul-07 22:46 
Questionhow to use splitter control ? Pin
hdv2123-Jul-07 10:09
hdv2123-Jul-07 10:09 
AnswerRe: how to use splitter control ? Pin
Giorgi Dalakishvili3-Jul-07 10:13
mentorGiorgi Dalakishvili3-Jul-07 10:13 
GeneralRe: how to use splitter control ? Pin
hdv2123-Jul-07 12:40
hdv2123-Jul-07 12:40 
GeneralRe: how to use splitter control ? Pin
Scott Dorman3-Jul-07 17:23
professionalScott Dorman3-Jul-07 17:23 
AnswerRe: how to use splitter control ? Pin
Steve Echols3-Jul-07 16:54
Steve Echols3-Jul-07 16:54 
AnswerRe: how to use splitter control ? Pin
PeteMcNamee4-Jul-07 17:27
PeteMcNamee4-Jul-07 17:27 
There are actually 2 different controls that provide similar functionality. There is the 'legacy' splitter control that is the same as the previous versions of visual studio. You have to drop a panel, then the splitter, then another panel.

The better control, IMO, is the SplitContainer. This shows up with a default left and right panels already configured. You can change the orientation so it is top and bottom. It is a container control so you can drop pretty much whatever you want inside of the contained panels.

You'll most likely want to set the minimum sizes for the panels (property names will be Panel1MinSize and Panel2MinSize. This will keep the user from shrinking them too far.

I hope that helps a little.

Pete

QuestionReading Contents from remote folder Pin
mfmaneef3-Jul-07 9:39
mfmaneef3-Jul-07 9:39 
Questioninserting xml fragment in an xml element Pin
goresus3-Jul-07 9:09
goresus3-Jul-07 9:09 
AnswerRe: inserting xml fragment in an xml element Pin
Abisodun3-Jul-07 9:47
Abisodun3-Jul-07 9:47 
GeneralRe: inserting xml fragment in an xml element Pin
goresus3-Jul-07 10:27
goresus3-Jul-07 10:27 
GeneralRe: inserting xml fragment in an xml element Pin
Abisodun3-Jul-07 11:36
Abisodun3-Jul-07 11:36 
QuestionUsing a propertyGrid control Pin
gapfulgence3-Jul-07 8:46
gapfulgence3-Jul-07 8:46 
QuestionHow to create many Gridviews Bind to a dataset Dynamically on run time. [modified] Pin
kibromg3-Jul-07 8:36
kibromg3-Jul-07 8:36 
QuestionConverting a variable to a method so it can be run (somewhat like Eval could do). Pin
Azad Giordano Ratzki3-Jul-07 7:09
professionalAzad Giordano Ratzki3-Jul-07 7:09 
AnswerRe: Converting a variable to a method so it can be run (somewhat like Eval could do). Pin
Le centriste3-Jul-07 7:13
Le centriste3-Jul-07 7:13 
AnswerRe: Converting a variable to a method so it can be run (somewhat like Eval could do). Pin
Dario Solera3-Jul-07 7:20
Dario Solera3-Jul-07 7:20 
GeneralRe: Converting a variable to a method so it can be run (somewhat like Eval could do). Pin
Azad Giordano Ratzki3-Jul-07 7:52
professionalAzad Giordano Ratzki3-Jul-07 7:52 
GeneralRe: Converting a variable to a method so it can be run (somewhat like Eval could do). Pin
Le centriste4-Jul-07 2:09
Le centriste4-Jul-07 2:09 
GeneralRe: Converting a variable to a method so it can be run (somewhat like Eval could do). Pin
Dario Solera4-Jul-07 2:51
Dario Solera4-Jul-07 2:51 
GeneralRe: Converting a variable to a method so it can be run (somewhat like Eval could do). Pin
Le centriste4-Jul-07 3:29
Le centriste4-Jul-07 3:29 
AnswerRe: Converting a variable to a method so it can be run (somewhat like Eval could do). Pin
Azad Giordano Ratzki3-Jul-07 7:47
professionalAzad Giordano Ratzki3-Jul-07 7:47 
QuestionUsing a 2D array as a DataSource Pin
Dewald3-Jul-07 6:54
Dewald3-Jul-07 6:54 
AnswerRe: Using a 2D array as a DataSource Pin
AdRoGe3-Jul-07 7:38
AdRoGe3-Jul-07 7:38 

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.