|
hi,
this is probably more general question, but anyway...
Does anybody know if it's possible to set control properties (anchor, dock)so that it'd resize as well as change its location relatively to parent control on parent resize?
Problem is that i have designer and controls on it. those controls have anchor set to top | left, which means that when i resize designer surface, nothing happens (their location and size don't change). I tried to anchor them to top | left | bottom | right -> they are resized but location doesn't change... I'd like to get behavior like when you e.g. in PowerPointGROUP two controls and then resize the group (then location as well as size is proportionaly changed). Is it possible to get same behavior simply just by combining control properties or do i have to implement e.g. size handler?
thanks for any help L
|