We have an AbsoluteLayout that can contain different children (i.e., an Image or an Editor). We want to be able to perform dynamic interactions on the AbsoluteLayout to translate, scale and rotate the contents. We have a custom view renderers in place to handle gesture processing, but the performance of dynamic scaling is very poor. Is it a mistake to attempt this with AbsoluteLayout? Looking for expert opinions before restructuring the code.
↧