Question

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.

Was it helpful?

Solution

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!

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top