dhxcont.mainCont.style.overflow in 2.6

I have this code:

dhxLayoutSub.cells(“b”).dhxcont.mainCont.style.overflow=“auto”

In the version 2.5 works ok, but i put the 2.6 version and now it isn´t work.

Please provide more details?
What you need to do?

I solved the problem:

dhxLayoutSub.cells(“b”).vs[“def”].dhxcont.mainCont[“def”].style.overflow = “auto”;

but i don´t understand. What is vs[“def”]?

but i don´t understand. What is vs[“def”]?

This is a private property that defines view (“def” means default).