I have a set of tiles I'm displaying within a VariableSizedGridView, and in the middle of these tiles I have embedded a small sfchart. The problem is that when I attempt to click and drag the tiles (so that I can scroll and view other tiles), I'm unable to drag if I'm clicking within the sfchart area. Anywhere else I click (either on the tiles or next to them) and I'm able to scroll, just not when I specifically click on the chart area. This is a problem since the chart takes up the majority of the tile's real estate. Is there any way to disable this functionality? Thanks.