Custom Controls and Absolute Positioning
- From: "Rick Strahl [MVP]" <rickstrahl@xxxxxxxxxxx>
- Date: Sun, 10 Dec 2006 22:01:44 -1000
Hi all,
I have a couple of custom controls that several users of an application are using and got a request from one of the guys that they're using Absolute positioning and well, turns out my controls don't work right in the designer with Absolute Positioning.
All Controls are based on WebControl
The control renders properly if the coordinates are set in the Style of the control, but the control cannot be dragged around the page.
Currently the control uses plain Render() logic to render in the designer, but just for kicks I also set up a ControlDesigner which doesn't seem to help.
What do I need to do to get the control 'positionable' in Absolute positioning?
+++ Rick ---
.
- Follow-Ups:
- Re: Custom Controls and Absolute Positioning
- From: Rick Strahl [MVP]
- Re: Custom Controls and Absolute Positioning
- Prev by Date: Re: Usercontrol, add styles via Page.Header.Attributes ?
- Next by Date: Re: Custom Controls and Absolute Positioning
- Previous by thread: Problem with calendar RenderControl in a composite control
- Next by thread: Re: Custom Controls and Absolute Positioning
- Index(es):
Relevant Pages
|