How can i use android style gravity, and gavityTop=20px, Left=30px in Windows Phone 7?
Button btn = new Button() {
Content="newbutton "+i,
Margin=new Thickness(20)
};
id like something to control my button’s left/top margin from the top/left
If I understood you right, you want something like this:
P.S.: untested, maybe including typos. don’t have a SDK on this PC