[C#] Lithium - .NET Tree Diagramming Control sans scrollbar
Bonjour,
Citation:
windows XP SP2
FrameWork 2.0
Visual C# Express 2005
J'utilise ce composant, j'ai récupéré le source code sur le net,
Cependant je n'arrive pas à afficher les scrollbars même quand les proprietes suivantes sont définies :
Code:
1 2 3 4
|
this.lithiumControl.AutoScrollMargin = new System.Drawing.Size(1, 1);
this.lithiumControl.AutoScrollMinSize = new System.Drawing.Size(1, 1);
this.lithiumControl.AutoScroll = true; |
En regardant le code source du control je vois la chose suivante :
Code:
1 2 3 4 5 6
|
public class LithiumControl : ScrollableControl
this.AutoScroll=true;
this.HScroll=true;
this.VScroll=true; |
Alors je ne comprend pas comment je peux afficher les scrolls bars !!!!
Merci d'avance pour votre aide
Lien : http://blogs.conchango.com/howardvan...4/06/1246.aspx