Hey,
I'm looking for a solution to my following problem:
I have a TableView which is bound to a collection. When we look at the page:
[--------------------] [ scrollview ] [search specifications] [tableview with results] [ /scrollview ] [--------------------]When I scroll the results, the search specifications should disappear on the top side to make room for the results. How can i achieve this? The search specifications consist of 2 views (like bars) under eachother which I cannot add to a databound tableview obviously, but they should scroll away when i scroll to the bottom of the tableview
Any solutions?