I've got a layout which requires an area where you can scroll horizontally and above that 'layer', a new layer of fixed controls is required as well (a sidebar which is not to move from its place). The only way of achieving this kind of overlapping is by nesting elements inside a RelativeLayout or an AbsoluteLayout (StackLayout does not allow overlapping); and since any set of elements must be nested within only one kind of Layout, I guess I really have pick between an AbsoluteLayout or a RelativeLayout. The things is any Scrollview freezes inside any one of those Layouts... Any help here would be precious, guys
↧