This is a migrated thread and some comments may be shown as answers.

Drag cue color

1 Answer 53 Views
TreeView
This is a migrated thread and some comments may be shown as answers.
Kennet
Top achievements
Rank 2
Kennet asked on 24 Dec 2013, 09:58 AM
Hi,

The default color with Expression DarkTheme is hard to see, how can I easy change that?

1 Answer, 1 is accepted

Sort by
0
Milena
Telerik team
answered on 27 Dec 2013, 07:05 AM
Hello Kennet,

I suppose that you use the obsoleted RadDragAndDropManager and that's why the colors are hard to see. We've changed the built-in drag drop logic of the RadTreeView and now we are using a new DragDropManager. In order to take advantage of it you need to set theTreeViewSettings.DragDropExecutionMode property to New. You can take a look at the Drag And Drop article in the RadTreeView documentation where all new features and functionality of the DragDrop in the control are further described.
So, all you need to add is:

<telerik:RadTreeView Margin="8" x:Name="radTreeView"  IsDragDropEnabled="True"
                  telerik:TreeViewSettings.DragDropExecutionMode="New">
...
</telerik:RadTreeView>

I hope this information will help you and don't hesitate to ask if you have any other questions.

Regards,
Milena
Telerik
TRY TELERIK'S NEWEST PRODUCT - EQATEC APPLICATION ANALYTICS for WPF.
Learn what features your users use (or don't use) in your application. Know your audience. Target it better. Develop wisely.
Sign up for Free application insights >>
Tags
TreeView
Asked by
Kennet
Top achievements
Rank 2
Answers by
Milena
Telerik team
Share this question
or