I have to ask a complicated question and, unfortunately, in English.
How to manage the HeightChanged event within a custom view.
For the moment, I "force" the user (programmer) to add the IME library in its Activity and call a routine of the view class, for example: Public Sub Keyboard_HeightChanged.
In addition, we must consider that the user can have more than one custom view in a layout.
Can I do it in a different way?
This makes me think of a question for which I open this new thread.
How to manage the HeightChanged event within a custom view.
For the moment, I "force" the user (programmer) to add the IME library in its Activity and call a routine of the view class, for example: Public Sub Keyboard_HeightChanged.
In addition, we must consider that the user can have more than one custom view in a layout.
Can I do it in a different way?
This makes me think of a question for which I open this new thread.