Hi,
I am using the RadTreeView (RTV) control to display a list of IP addresses. The datasource of the RTV is set on form load, with the data source set to a BindingList of a custom class. This all works fine.
The problem happens when I update the BindingList using a standard Timer control, with the selected item in of the RTV de-selecting, thus requiring it to be selected again. I have attempted to store and set the selection, however this still causes momentary blinking of the selecting. I've also tried to SuspendLayout, the ResumeLayout without success.
The above issue also occurs with the hover style, which for 'ControlDefault' theme is a lighter orange colour, with the background colour switching between this and white on refresh of the BindingList.
Please help!
I am using the RadTreeView (RTV) control to display a list of IP addresses. The datasource of the RTV is set on form load, with the data source set to a BindingList of a custom class. This all works fine.
The problem happens when I update the BindingList using a standard Timer control, with the selected item in of the RTV de-selecting, thus requiring it to be selected again. I have attempted to store and set the selection, however this still causes momentary blinking of the selecting. I've also tried to SuspendLayout, the ResumeLayout without success.
The above issue also occurs with the hover style, which for 'ControlDefault' theme is a lighter orange colour, with the background colour switching between this and white on refresh of the BindingList.
Please help!