all groups > dotnet windows forms designtime > january 2006 >
You're in the

dotnet windows forms designtime

group:

Customizing TableLayoutPanel control designer


Customizing TableLayoutPanel control designer nick
1/20/2006 3:53:35 PM
dotnet windows forms designtime:
Hi,
I have to use TableLayoutPanel in a custom designer form. This control
comes with a default design time context menu and SmartTag UI which
enable users to add rows and columns.
I have to disable this feature and provide custom context menu and
smarttag action list.
Normal process is to override the TableLayoutPanelDesigner and
override the required methods.
But the issue is, TableLayoutPanelDesigner is marked as internal
and can't be inherited, using anyother Designer(Ex:
ParentControlDesigner) will disable the resizing capability of the
TableLayoutPanel control. :(.

Is there a way to override the contextmenu and DesignerActionList
and provide a custom list?

Thanks for looking,

nick
RE: Customizing TableLayoutPanel control designer Alan
1/31/2006 10:45:30 AM
Hi Nick,

This is also the problem I'm facing right now. The designer is an internal
class and no way to grab it :(( Someone please help...

Alan

[quoted text, click to view]
AddThis Social Bookmark Button