Re: DockStyle value
- From: Bulat Baltin <bulat_baltin@xxxxxxxxxx>
- Date: Tue, 12 Jun 2007 08:21:51 -0700
Hello Alex,
Thanks. I just discovered that in my case
this.Dock = DockStyle.Bottom;
is enough and actually does what I wanted - docking to left and right
borders as well. The misleading fact for me was that in other place
for docking to left border I used
this.Dock = DockStyle.Top | DockStyle.Bottom | DockStyle.Left;
and it worked well. Now I see that DockStyle.Left is enough.
Regards,
Bulat Baltin.
.
- References:
- DockStyle value
- From: Bulat Baltin
- Re: DockStyle value
- From: Alex Meleta
- DockStyle value
- Prev by Date: Re: My first C# project
- Next by Date: App.Config versus exe.config
- Previous by thread: Re: DockStyle value
- Next by thread: Re: DockStyle value
- Index(es):