Hi,
I am looking to disable the tile dragging feature in TileView when no tiles are maximized.
My problem arises because my TileView Items contain RadHTMLPlaceHolders, these render a third-party ActiveX. Unfortunately, this ActiveX does not push its mouse-hits through the window stack. So if you are dragging the TileView, but your mouse slips over the content of the TileView, the mouse is captured by the ActiveX and you get some exciting Z-Order issues as the TileView Item's frame stops moving until you bring the mouse back off the ActiveX. All in all, not a very elegant effect.
I don't need the dragging to work, it does not add value in this context. How do I disable it?
Thanks,
-Nick
I am looking to disable the tile dragging feature in TileView when no tiles are maximized.
My problem arises because my TileView Items contain RadHTMLPlaceHolders, these render a third-party ActiveX. Unfortunately, this ActiveX does not push its mouse-hits through the window stack. So if you are dragging the TileView, but your mouse slips over the content of the TileView, the mouse is captured by the ActiveX and you get some exciting Z-Order issues as the TileView Item's frame stops moving until you bring the mouse back off the ActiveX. All in all, not a very elegant effect.
I don't need the dragging to work, it does not add value in this context. How do I disable it?
I can see the property with:
bool bDraggingEnabled = TileViewItem1.ParentTileView.IsItemDraggingEnabled;
Thanks,
-Nick