Posted
on May 7, 2010
(permalink)
Is it possible to do this? I want to selectively turn on and off the resize ability using the 'Fixed' property on the SplitterElement. It would be nice to not still show the resize arrows when resizing will not work.'
Thanks!
Reply
Answer
Martin Vasilev
Martin Vasilev
Posted
on May 13, 2010
(permalink)
Hi Adam,
Thank you for writing.
There is no build-in functionality, which allows for changing the cursor of a SplitterElement depending on its state. However, you can implement this by inheriting the RadSplitConteiner class and overriding the OnMouseMove :
I hope this helps. Let me know if you have any additional questions.
Sincerely yours,
Martin Vasilev
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the
Telerik Public Issue Tracking system and vote to affect the priority of the items.
Reply
Posted
on May 13, 2010
(permalink)
Worked like a charm! Thanks so much!
Reply