How do I disable tiles drag and drop functionality in DevExpress TileLayoutControl ? I tried setting DragScrolling to false in xaml but it didn't work. I don't think that particular property is for disabling the drag and drop.

DragScrolling="False"

I searched everywhere but couldn't find what I was looking for. Any help will be appreciated. Thanks.

有帮助吗?

解决方案

Guess I'll go ahead and place it as the answer then, the property you're apparently looking for is AllowItemMoving="False" which should do what you're looking for.

Cheers!

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top