rlent
14 years agoContributor
Setting value of DevExpress Trackbar
I have a dialog with a DevExpress Trackbar. I want to set the value directly by code instead of dragging it, as this is more reliable. But when I click OK on the dialog, the changes don't stick. The Trackbar has wPosition, Value, EditValue and Text properties. I've tried changing them all, is there anything else I can do to make changes that will stick? If I drag the Trackbar, it works, but I want something more reliable than dragging.