سؤال

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