Android Question How to set bbcodeview's position by code?

Hi, greetings,
In a small project, I need to frequently change a bbcodeview's top position and height.
I don't know how to make this happen, because there seems no direct access to the view's position and size attributes.
Wondering if it is possible to change bbcodeview's position and size by code?

The only possible way I can think of is by changing the base and cv object of bbcodeview, is that the right way?
 
Top