Active/Selected Cells
Closed this issue · 3 comments
blink1073 commented
I propose that a cell should not have active
or selected
properties. I suggest adding an attached property to cells for selected
, and adding a getSelectedCells()
method to the notebook model.
cc @jasongrout
blink1073 commented
We already have the activeCellIndex
for the active
state.
blink1073 commented
Actually, select(cell)
, deselect(cell)
, and isSelected(cell)
would be required.
jasongrout commented
+1 to not having active or selected be intrinsic cell properties. Like the mode, those are properties of the container.