Bob
Thu Jan 25 19:25:22 CST 2007
If you don't like te way layout is done you can create your own custom
layout manager.
http://msdn2.microsoft.com/en-us/library/system.windows.forms.layout.layoutengine.aspx
--
Bob Powell [MVP]
Visual C#, System.Drawing
Ramuseco Limited .NET consulting
http://www.ramuseco.com
Find great Windows Forms articles in Windows Forms Tips and Tricks
http://www.bobpowell.net/tipstricks.htm
Answer those GDI+ questions with the GDI+ FAQ
http://www.bobpowell.net/faqmain.htm
All new articles provide code in C# and VB.NET.
Subscribe to the RSS feeds provided and never miss a new article.
ThunderMusic wrote:
> Hi,
> I want to make a toolbox form (like the one in Adobe Photoshop), so I would
> like to put many buttons one beside the others (beside, over and under, just
> like the toolbox in photoshop). I thought FlowLayoutPanel would be the thing
> to go, but I can't remove the space between my buttons even if I put all
> zeros (0) in margin and padding.
>
> Is there something I'm missing? How can I remove this space (±8px between
> buttons)
>
> Thanks
>
> ThunderMusic
>
>