开发者

Coordinates in Blend 4 Layouts?

开发者 https://www.devze.com 2023-02-05 10:36 出处:网络
I\'m new to Blend 4 and I\'m wondering why the Grid layout seems to have it\'s (0, 0) position in the lower-right corner instead of the upper-left corner ? Can I change it ? Because I want to set Rows

I'm new to Blend 4 and I'm wondering why the Grid layout seems to have it's (0, 0) position in the lower-right corner instead of the upper-left corner ? Can I change it ? Because I want to set Rows/Cols height/wid开发者_如何学Pythonth relative to the upper-left corner


The Grid Panel's row/columns do pertain to the upper-left corner. Here's a short tutorial on layout controls in Silverlight by Scott Gu:

http://weblogs.asp.net/scottgu/pages/silverlight-tutorial-part-2-using-layout-management.aspx

Sometimes when working with Blend it will set crazy margins on controls which make them appear to be in different columns. I would look at the xaml and ensure there's no other properties (margin, padding, transforms) that are making the control appear to be somewhere else in the layout.

0

精彩评论

暂无评论...
验证码 换一张
取 消