layout struggle
hello.
i'm struggling crating following layout: have user control of no particular size (eg. user can give size). on control, there 2 toggle buttons. 1 button stretches across whole control. far fine. now, need other button in center of control on top of other button , half size. how can achieve that?
thanks in advance.
ondra
set canvas.zindex on 2nd button higher value peers shows topmost (note, container these buttons need not canvas). said "half size" assume meant both width , height. should able data-bind these clr object gets values 1st button's actualwidth/actualheight , divides 2.
ps: ordinarily i'd advise bind 1st button's properties property binding isn't supported in silverlight 2.
Silverlight > Designing with Silverlight
Comments
Post a Comment