X xianwei New Member Licensed User Jan 25, 2016 #1 If i add a imageview to a layout with designer,then i SetBackgroundImage with a bitmap,All of the images can be seen;but when i add a imageview to a layout with code,only part of the images can be seen. Dose anybody knows why? tks
If i add a imageview to a layout with designer,then i SetBackgroundImage with a bitmap,All of the images can be seen;but when i add a imageview to a layout with code,only part of the images can be seen. Dose anybody knows why? tks
LucaMs Expert Licensed User Longtime User Jan 25, 2016 #2 Set: ImageView1.Gravity = Gravity.FILL (note this property in the Designer) Upvote 0