This is a migrated thread and some comments may be shown as answers.

Multiple pane for splitview

4 Answers 112 Views
SplitView
This is a migrated thread and some comments may be shown as answers.
Core
Top achievements
Rank 1
Core asked on 29 Oct 2012, 01:36 AM
Hi,

          I need a mulitple pane for the splitiview.  And  I found out that there are 2 problems. 

      Problem:
          How do I remove the spaces between the pane?  How to exclude the dots or page indicator? 

     Note:
           I only need the mulitple pane with no space in between and page indicator.

         Please check the attached file for the source code.

Thanks,
Mac

    

4 Answers, 1 is accepted

Sort by
0
Kamen Bundev
Telerik team
answered on 30 Oct 2012, 09:16 AM
Hello,

You can hide the page indicator with CSS only like this:
#appearance .km-pages {
    display: none;
}


About the spacing issue - it is controlled by Flexbox CSS styling, can you show a mockup of how do you want it to look and I will tell you if this is possible and how to do it.

All the best,
Kamen Bundev
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
Core
Top achievements
Rank 1
answered on 30 Oct 2012, 05:36 PM
Hi Kamen,
 
           Behavior:
                   The screen has a multiple scrollable row or pane.  And it has no spaces in between. 

            Please check the attached file.  And let me know if it's possible and how to do it. 

            I hope you can help me to do it.

  Thanks,
   Mac

0
Accepted
Kamen Bundev
Telerik team
answered on 31 Oct 2012, 07:58 AM
Hello,

The SplitView is designed to cover the whole screen and not to scroll. To mimic the behavior on the screenshot you posted, you just need to place multiple ScrollViews in a normal View. In this case the Flexbox won't be a problem and there will be no spacing between the ScrollViews.

All the best,
Kamen Bundev
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
Core
Top achievements
Rank 1
answered on 31 Oct 2012, 02:31 PM
Kamen, Thanks
Tags
SplitView
Asked by
Core
Top achievements
Rank 1
Answers by
Kamen Bundev
Telerik team
Core
Top achievements
Rank 1
Share this question
or