Useful for automatically splitting the major dimension of a screen/view, for example. Especially handy for supporting tablet orientation change. Or, add an orientation() or setConfig() method, to support horizontal/vertical toggle via script.
Hello,
We are declining this item due to no interest in the past years, and the availability to recreate the component by defining the orientation, using setOptions.
Regards,
Nencho
Progress Telerik
Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.
Thanks for your proposal. Currently this is not supported out-of-the-box. However, you can achieve that by destroying the previously instantiated splitter and creating a new instance with toggled orientation, as illustrated in this jsfiddle: http://jsfiddle.net/dimodi/SkgTq/ I will discuss with our developers the option to expose a public API which serves the same purpose.