Library tutorials & articles
Docking Control
Introduction
One of the first features of C# that took my interest was the ability to Dock
a Control onto the edge of a Form. Now I could attach
a Control (or more likely a composite control by deriving from UserControl)
onto a Form edge and quickly construct a useful looking application.
But there is one crucial factor missing from this scenario. The user has no discretion
over the size or positioning of this docked control. I want the user to be able
to drag the control to a different edge and be able to resize the control so that
they can customise the application area to suit their own preferences.
Related articles
Related discussion
-
Concurrency violation: the UpdateCommand affected 0 of the expected 1 records
by virtualking (0 replies)
-
How to optimize mysql subquery performance?
by Jayaram P (0 replies)
-
C# video Editing/rendering
by pkuchaliya (0 replies)
-
How to Fill DataSet with more records (around 1 lakh) in a faster way
by Jayaram P (0 replies)
-
Can't print on the network with MSADESS ??
by anatha1 (2 replies)
Related podcasts
-
Object-Oriented Programming in Ruby
In this episode, I talk with Scott Bellware about object-oriented programming in Ruby, and Ruby's object model. This is taken from a private conversation, and the audio quality suffers at times. Much thanks to Scott for allowing this to be released.This episode of the Alt.NET Podcast is bro...
This thread is for discussions of Docking Control.