Hello.
I want to place slider in each row of the grid. I want ot have ablility to change position of the scroller and to remember this position in the grid cell.
How can I do it?
Unfortunatelly, we will not go to the version 8.1, so I will write it by myself.
Could you point me what should I do to implement such control and make it visible/editable on each row of the grid?
A TrackBar control was released with 8.1 that should accomodate your needs; this feature includes ColumnStyle.TrackBar that you can set on a column as well.
-Matt
Actually vertial scrollbar is made for multiline cells.
Besides, I need the scrollbar with edit control like one control (system). It should be like UltraNumericConrol, but with horisontal scrollbar
like this <-------------------------->, which will change the value in edit control
Hi Aleksander,
I think you are looking for the VertScrollBar property on the column.