Saturday, March 24, 2012

Panel Extenders

I am having a custom UI control. I want to extend the UI control with 2 extenders

1. Drag Panel Extender

2. Resizable Extender

I am using DragPanelExtender & Resizable Extender classes and adding them to the control collection of the custom UI control duly settnig all targets etc., but I am not really happy doing that.

Can anybody please suggest how can I (re)build my control integrating DragPanelExtender & ReziablePanel extender. What is the best practice to have similary functionality for custom UI controls.

Hi,

In my opinion, to add extenders dynamically as you've already done is a good approach to encapsulate extenders in a customControl.

No comments:

Post a Comment