Posted 16 years ago
by Phil Devaney
-
Senior Software Engineer,
Serck Controls Ltd
Version: 9.1.0503

I have a couple of feature requests for PartEditBox:
- Add an IsReadOnly property similar to the standard TextBox, that allows selection of the text in the control without being able to edit it.
- Add a way of automatically updating the source of any binding on the Value property when either the drop down is closed or the spinner is used, without having to set UpdateSourceTrigger=PropertyChanged on the binding. I have managed to implement this for drop down close using an attached behaviour, but I have to use reflection to find the Value DP so I think this would be better as standard behaviour. I haven't managed to implement it for spinner change as I can't find a suitable event to hook.
Thanks
Phil
- Add an IsReadOnly property similar to the standard TextBox, that allows selection of the text in the control without being able to edit it.
- Add a way of automatically updating the source of any binding on the Value property when either the drop down is closed or the spinner is used, without having to set UpdateSourceTrigger=PropertyChanged on the binding. I have managed to implement this for drop down close using an attached behaviour, but I have to use reflection to find the Value DP so I think this would be better as standard behaviour. I haven't managed to implement it for spinner change as I can't find a suitable event to hook.
Thanks
Phil