Medium
Vous créez une application Windows Forms. Vous créez un nouveau formulaire dans votre application. Vous ajoutez un contrôle SplitContainer nommée spcFrame. Le contrôle SplitContainer a deux contrôles SplitterPanel nommé Panel1 et Panel2. Vous configurez le contrôle SplitContainer pour définir la disposition. Vous devez vous assurer que les conditions suivantes sont remplies :
- La distance initiale entre le bord gauche du séparateur spcFrame est fixée à 200 pixels.
- La taille de la SplitterPanel Panel2 reste inchangée lorsque le formulaire est redimensionné.
Quel code allez-vous utiliser ?
Author: Guillaume BroutStatus: PublishedQuestion passed 210 times
Edit
1
Community EvaluationsNo one has reviewed this question yet, be the first!
1
What is the default value of the SelectionMode property of a ListView in C#?0
How to make a dialog box full screen in C#0
How to implement drag and drop in a WPF ListView.0
Add a ToolStripControlHost to a ContextMenuStrip in C#0
What is the name of the technology that allows you to deploy a C# application to a user's computer without the user having to install it?0
How to read an XML file in C#0
Create a new frmSecondary object and show it.