The resizeBar-Arrow is with the pre release Version 13.1 not blue when hovering. With the 13.0 Version it is blue.
I think thats a bug and it should be blue at hovering. I use the Tahoe Skin
isc.VLayout.create(
{
"ID":"rootLayout_62",
"width":"100%",
"height":"200",
"members":
[
isc.ListGrid.create(
{
"ID":"companyLocationsListGrid_62",
"width":"100%",
"height":"100%",
"showResizeBar":true,
}
),
]
}
)
I think thats a bug and it should be blue at hovering. I use the Tahoe Skin
isc.VLayout.create(
{
"ID":"rootLayout_62",
"width":"100%",
"height":"200",
"members":
[
isc.ListGrid.create(
{
"ID":"companyLocationsListGrid_62",
"width":"100%",
"height":"100%",
"showResizeBar":true,
}
),
]
}
)