Re: Resize canvas children in design-time. (Expression Blend 2)
Hi,
AdmiralGanja: This user control concists of a "canvas" containing a "border" control for layout and a "stackpanel" control for tiling up buttons horisontally.
Based on your description, you have a "stackpanel" control for tiling up buttons horisontally, when you resize the stackpanel/border, the child controls only resize vertically.
You can try to use Grid control instead of the StackPanel control , the child controls can resize both vertically and horisontally when you resize their parent contron.
Amanda Wang
Microsoft Online Community Support
Please remember to mark the replies as answers if they help and unmark them if they provide no help.