質問

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