Nesting.CellSelect
(Created page with "{| class="wikitable" !#TargetType.TaggedValue !CommaSeparatedExampleValues !Short Description |- |#Nesting.CellSelect |True,False |In WPF, this controls if the grid should get...")
 
No edit summary
 
(7 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<message>Write the content here to display this box</message>
{| class="wikitable"
{| class="wikitable"
!#TargetType.TaggedValue
!#TargetType.TaggedValue
Line 8: Line 9:
|In WPF, this controls if the grid should get CellSelect from start rather than row select
|In WPF, this controls if the grid should get CellSelect from start rather than row select
|}
|}
<code><span class="col-black">'''#Nesting.CellSelect'''</span></code> is a native Windows feature that makes it possible to select a box of cells or a specific cell instead of selecting a whole row, but this is not available in the web client.
[[Category:Tagged Values]]
{{Edited|July|12|2025}}

Latest revision as of 05:12, 2 May 2025

This page was created by Stephanie@mdriven.net on 2023-05-18. Last edited by Stephanie@mdriven.net on 2025-05-02.
#TargetType.TaggedValue CommaSeparatedExampleValues Short Description
#Nesting.CellSelect True,False In WPF, this controls if the grid should get CellSelect from start rather than row select

#Nesting.CellSelect is a native Windows feature that makes it possible to select a box of cells or a specific cell instead of selecting a whole row, but this is not available in the web client.