Android Question Layout bug?

techknight

Well-Known Member
Licensed User
Longtime User
I have a panel that I have ImageView controls that are assigned as the Panel being the parent.

Problem is, if I do ImageView1.Top = Panel1.Top it puts the control in the Center instead of the top, so for me that is a bit unexpected behavior.

any ideas?
 
Top