Android Question resize panel along wiht its internal view

shashkiranr

Active Member
Licensed User
Longtime User
Hi All,

I want a panel to be resized by the user by dragging the ends or edges(like in designer) so that the views (text)in the panel also gets resized.

Is it possible to know the position of the edges of the panel after it is resized.

Regards,
SK
 

sorex

Expert
Licensed User
Longtime User
you could check the width & height parameters.

the position is the handlers is then .left/.top , .left+width/.top , .left/.top+.height , .left+.width/.top+.height


/ is a split here, not a division
 
Upvote 0
Top