Extending TableLayoutPane and gui resizing of rows\columns

Y

yoav.sagi

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


------------------------------------------------------------------------------------------------------------
[Designer(typeof(CTableLayoutPanelDesigner))]
public partial class CTableLayoutPanel : TableLayoutPanel,
IDesignerControl
{}

public interface IDesignerControl: IComponent
{}


internal class CTableLayoutPanelDesigner : ParentControlDesigner
{}
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top