Questions tagged [splitview]

A view/screen containing multiple independent views/screens.

SplitView term is used whenever there's a view/screen that contains multiple independent views/screens.

123 questions
0
votes
1 answer

Alternative to SplitView for Horizontal Menus with dynamic sub menu

Can anybody advise me on what would be the best method to implement the following example? A splitView would would be perfect but for the fact that you can't change the orientation. Can anybody suggest an alternative? The contents of the bottom…
Adam McMahon
  • 765
  • 3
  • 24
0
votes
1 answer

How do I get a trigger on a record selection?

I have a splitview form in Access 2016 pictured here The [Category] and [Location] combo-boxes need a row source update whenever a new record is selected on the datasheet. I have all the code finished for the row source changes but I can't find an…
Zellax
  • 31
  • 6
0
votes
0 answers

How to make all of components blurred like Chrome's settings menu when SplitView menu is opened in Delphi?

My question is too long, I am sorry for that. I added a SplitView component to my Delphi app. When the hamburger menu button is clicked, the splitview is opened. But I want to overlay grayish transparent layer onto another components (panel, button…
user9675007
0
votes
0 answers

How disable splitView for app for iPad?

I have an app for iPhone/iPad, but when it used on iPad I have a problem with splitView mode. How I can disable splitting on iPad for my app? ( programmatically or in project settings) Thanks for all answers!
Golovanov Dmytrii
  • 527
  • 1
  • 6
  • 20
0
votes
1 answer

uwp xaml splitView group items in a row?

its me again :(, I have another question. I tested the basic splitView from this Site: splitView. In every row is one button and one textblock. But only the button is clickable/selectable. What must i change that the complete row is selected? I want…
user8200389
0
votes
1 answer

Tab Bar app with a split view controller - the detail page is showing first before the main page

I have created a Tab Bar App. On the first item, is a Split View Controller with a Master and Detail. When running the app, I can see the tab bar on the page however, it's showing my Detail page. Why is it not defaulting to the Master page? I…
ms_abc
  • 31
  • 11
0
votes
0 answers

How old iPad apps work on iOS 11 on split view

As we know that yesterday was the release of officially iOS 11, and this include multiple features including multitasking (Split View, side over and Picture in Picture). And this guideline for multitasking gives overview of multitasking. I've…
Aleem
  • 3,173
  • 5
  • 33
  • 71
0
votes
0 answers

JQM 1.4.5 and splitview Uncaught Error: cannot call methods on pagecontainer prior to initialization; attempted to call method 'change'

Jquery.mobile.splitview for jquery.mobile-1.4.5 error "cannot call methods on pagecontainer prior to initialization; attempted to call method 'change'" It cause by upgrade JQM 1.2.1 to JQM 1.4.5 with no jquery.mobile.splitview upgrade. Question:…
PKul
  • 1,691
  • 2
  • 21
  • 41
0
votes
0 answers

How to open page2 in new screen instead of showing on page1 while using Hamburger Menu

I have created page1 with hamburger menu in Universal Windows App. I would like to open a page2 in new screen instead of showing the page2 in page1. Here is my xaml:
Ram Chandran
  • 83
  • 1
  • 8
0
votes
1 answer

How to upgrade jQuery Mobile Splitview?

I have an old jQuery Mobile Splitview app and need to hide the menu on the left. Updated: In Chrome view app at localhost and enter inspect menu to view the phone view: It's landing page is OK which shown content and menu folded properly. Until I…
PKul
  • 1,691
  • 2
  • 21
  • 41
0
votes
1 answer

How to share splitview between pages?

On my mainpage I have a splitview with two buttons. The buttons navigate to other pages. The other pages do not contain the splitview. How can I share the splitview between all pages without code duplication? So that the splitview is available on…
user7273169
0
votes
1 answer

UWP SplitView Communication Using Events

I have a split view inside of MainPage with its pane and content defined as 's The pane Frame contains a page which has a PageListView. When the items in the list view are clicked I wish to update the content frame. In the declaration of the…
renners
  • 45
  • 6
0
votes
2 answers

C# uwp change "Splitview.Content" in MVVM

To be honest I somehow have a hard time with MVVM. To be more exact I have a hard time with creating/changing pages in MVVM. This is my MainPage containing my SplitView:
Daniel Maurer
  • 156
  • 1
  • 15
0
votes
0 answers

SplitView not opening when using DeviceFamily views

I am currently working on a UWP implementing a SplitView so I can use a hamburger menu. I am also working with the DeviceFamily views so as to create tailored experiences for desktop and mobile. However, I cannot get the split view to open on either…
Tim C
  • 1
  • 1
0
votes
1 answer

UWP SplitView DisplayMode Overlay - not in focus

I have a SplitView: I am also using VisualStateManager to adjust the…
user5394703
1 2 3
8 9