Pergunta

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.

Foi útil?

Solução

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!

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top