Browse by Tags
All Tags » RowSelectorPane (RSS)
-
Hi All,
Is there any way out to get the width of the RowSelector? I don't want to set it myself, I just want to know it.
Thanks in advance,
-
I am changing the SelectedItem in a grid in code behind to change the selected row, which works fine. The problem is the RowSelector does not get moved to the selected row. Does anyone have a way to change the RowSelector to match the SelectedItem in code-behind?
-
I have just implemented drag drop of child rows within a master/child datagrid based on an object model . After performing the drop the row selectors seems to point to the wrong rows.
I.e. if I start with Master1(ChildX,ChildY) Master2(ChildP,ChildQ) and drag to the new order Master1(ChildP,ChildX,ChildY) Master1(ChildY) and then ...
-
You will need to create a TableViewScrollViewer style as described here.
-
The following example demonstrates how to display a row's visual index in its corresponding row selector by creating a style targeting the RowSelector type that displays the value of its ItemIndex property as its content. The style is then assigned to the RowSelectorPane.RowSelectorStyle attached property, which is set by the implicit DataRow ...
-
Here is a quick example
<Style x:Key=''itemIndexSelectorStyle'' TargetType=''{x:Type xcdg:RowSelector}''> <Setter ...
|
|
|
|