In a WPF based project I would like to bind the content of a TextBox to two sliders in such a way that first slider would start selection (from left or right based on a checkbox) from the n-th character (n being slider value) to the m-th character (based on second slider value). In essence I would like to specify selection range based on slider values.
How can I achieve it?