WebControl left top attributes (design-time)

N

niboew

Hello,

there is a problem with synchronization between tag style attribute in
design mode and WebControl.Style collection: collection not updates
when user changes component position on asp page (position: absolute;
left, top depends on control location).
Control successfully handle changes that we make in property grid in
design time, but nothing happens while drag - properties not update.
Does the way exists that allows implement Left, Top for WebControl with
same behavior as Width and Height?

Regards.
 
N

niboew

Solution found.
Bug is:
value stores in Style["LEFT"] and it is not same that
Style[HtmlTextWriterStyle.Left]
 

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

Members online

Forum statistics

Threads
473,755
Messages
2,569,537
Members
45,024
Latest member
ARDU_PROgrammER

Latest Threads

Top