Im trying to display a static background image behind a scrolling WKInterfaceTable , which may contain one or more lines. I am trying to do this by placing a table inside a WKInterfaceGroup and setting the background image of the groups. The problem is that if I set the height of the “Size to fit the content” groups, the table will not scroll, and if I set the height of the “Relative to container” groups, the image will not be displayed completely if there is only one row.
Is there a smart way to solve this problem? I need the image to be display height, regardless of whether there are enough rows to scroll the table or not.
Possible?
source share