Extending TableLayoutPane & GUI resizing of rows\columns

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • yoav.sagi@gmail.com

    Extending TableLayoutPane & GUI resizing of rows\columns

    hi,
    i am Inheriting from TableLayoutPane with a designer that inherits
    from ParentControlDe signer
    ..i would like to allow the user to resize the columns and rows
    ..All rows and columns SizeType = SizeType.Absolu te
    How can i detect that the user is over a colum\rown border and allow
    him to resize as the real TableLayoutPane lDesigner is doing?
    .thanks in Advanced

    ---------------------------------------------------------------------------­---------------------------------
    [Designer(typeof (CTableLayoutPa nelDesigner))]
    public partial class CTableLayoutPan el : TableLayoutPane l,
    IDesignerContro l
    {}


    public interface IDesignerContro l: IComponent
    {}


    internal class CTableLayoutPan elDesigner : ParentControlDe signer
    {}


Working...