pim
07/24/2017, 3:14 PMdataGrid
)jchildress
07/24/2017, 3:14 PMedvin
07/24/2017, 3:16 PMjchildress
07/24/2017, 3:16 PMedvin
07/24/2017, 3:17 PMedvin
07/24/2017, 3:17 PMpim
07/24/2017, 3:18 PMfocusedProperty
specifically, since I need to remember what pane was last usedpim
07/24/2017, 3:19 PMselectionModel.selectedItemProperty
for the selection.pim
07/24/2017, 3:20 PMdataGrid
does not get focused upon usage and this broke my code since it depends on this eventpim
07/24/2017, 3:21 PMlistView
for example gets a small blue border when clicking on it, dataGrid
does not 🤔edvin
07/24/2017, 3:23 PMedvin
07/24/2017, 4:03 PMpim
07/24/2017, 4:12 PMlistView
. It received focus upon any click inside its Region (on a Child or not) and keeps the focus.edvin
07/24/2017, 4:12 PMedvin
07/24/2017, 4:13 PMedvin
07/24/2017, 4:13 PMpim
07/24/2017, 4:14 PMisFocusTraversable
? That indicates if you can tab to it rightcarlw
07/24/2017, 4:14 PMedvin
07/24/2017, 4:15 PMedvin
07/24/2017, 4:15 PMpim
07/24/2017, 4:15 PMfalse
and a true
on every click, works but not exactly cleanpim
07/24/2017, 4:16 PMedvin
07/24/2017, 4:16 PMpim
07/24/2017, 4:16 PMcarlw
07/24/2017, 4:16 PMedvin
07/24/2017, 4:17 PMpim
07/24/2017, 4:17 PMcarlw
07/24/2017, 4:17 PMpim
07/24/2017, 4:18 PMfalse
into true
on each click persists 😞