Posted 15 May 2026, 11:39 am EST
Some extra notes: I am currently using C1 version 4.6.2025.1.877
I can update to a new version if this will solve the issue, but since I am on a closed network it can be difficult to get new releases.
I have a C1TreeView with a few different DataTemplates. One of these HierachicalDataTemplates has two C1NumericBox in it. The template essentially looks like this:
There are two main issues i’ve yet to work out:
-
Clicking the arrows too fast to increment the value in the numeric box counts as a double-click on the header which collapses/expands the TreeViewItem. I added a PreviewMouseDoubleClick listener on C1TreeView to mark e.Handled = true, but then this results in some of my interactions with the numeric box not going through. Can I just disable the interaction that double-clicking a header will collapse/expand the item?
-
When typing into one of the numeric boxes it selects the C1TreeViewItem despite me setting the SelectionMode to None. I had previously set it to None since anytime I would click into one of my C1NumericBox it would select/deselect the row and update my focus. I just want to fully disallow selection in all cases.
