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

The splitview items aren't properly stacking beneath hamburger button

I am working on Visual Studio 2015 and trying to make a hamburger style navigation... but the items of the pane of the splitview are automatically getting a margin, and are not properly stacking beneath the hamburger button [look at the attached…
0
votes
1 answer

Visual Studio 2015 Community Next/Previous SplitPanel shortcut doesn't work?

I have two windows open in a vertical split. All I'm trying to do is switch between them from the keyboard. There's a command to do this in the Keyboard Shortcuts called NextSplitPane and PreviousSplitPane but they don't seem to be doing…
vexe
  • 5,433
  • 12
  • 52
  • 81
0
votes
0 answers

UWP: Weird vertical within a splitview pane with displaymode compactoverlay

I'm seeing a weird flickering vertical line gap in my Splitview pane, even when i explicitly set a background for the Grid in the pane. It only happens when the app is not in fullscreen mode The DisplayMode of the pane is set on "CompactOverlay"…
DennisVA
  • 2,068
  • 1
  • 25
  • 35
0
votes
0 answers

UIRequiresFullScreen not working

I have an app that doesn't work that well with iOS 9's SplitView. I tried to turn it off by checking the "Requires Full Screen" setting in Deployment Info, but that didn't disable SplitView. (I looked, and UIRequiresFullScreen is set to YES in the…
Greg Maletic
  • 6,225
  • 8
  • 54
  • 73
0
votes
3 answers

Javascript split screen view

Is it possible to make split screen view with javascript in order to view two parts of a website at the same time? I am looking forward to make something like Microsoft Word has when you need to edit or view two separate parts of one document.
strizlow800
  • 61
  • 1
  • 3
0
votes
2 answers

How to change width of master view in splitview controller of ios 10

For collapsing and Expanding the master view of split view, I was using below code.However, it doesn't work in iOS 10. Please suggest how to change the width of masterview. Sample code is below : My Code : -(void)CollapseMasterViewController { …
0
votes
1 answer

How to dismiss splitView in windows 10 universal app?

I have a login page from which I go to another page with a splitview menu. In this menu there is an option for log out from the app. In this case, I want to go to the login page again, but I don't know how to charge that page in the full page (only…
0
votes
0 answers

SplitView update Pane content

In my UWP application, I have a SplitView which contains different pages as frames. This works without any Problem. Now I need to update some content of the SplitViewPane. For an example, I have a RadioButton in my SplitView, which is called Home.…
andy
  • 509
  • 1
  • 8
  • 21
0
votes
2 answers

UWP SplitView CommandBar content binding

In my app i have a SplitView and set the content as Frame for each page. Each page contains its own CommandBar. This works without issue. Now i am creating VisualStates for a mobile view. In it i want to hide the PlitView in the closed state…
andy
  • 509
  • 1
  • 8
  • 21
0
votes
0 answers

Identify app in Split view Mode?

I want to identify whether my app is in split view mode (latest iPad feature in iPad Air 2). Is there any way programatically I can determine that or any delegate methods that are called when app goes to split view mode and back to full view ? The…
subin272
  • 733
  • 6
  • 24
0
votes
1 answer

UWP: Two Splitview pane

I am currently building app for Windows 10 using UWP, XAML and C#. I have an app, in which I need to have a menu, and a left pane. See this example of left menu : Image - The Next Web The pane needs to be always open. This is what I currently have…
Félix Desjardins
  • 3,223
  • 3
  • 21
  • 36
0
votes
2 answers

UWP - Using ListView inside SplitView.Pane

I have currently a hamburger menu for my UWP app build using SplitView.Pane. The problem with this implementation is, only the "Symbol" or
Florian Monfort
  • 153
  • 4
  • 13
0
votes
1 answer

How can I handle a click of the button from the Frame that is in Grid (SplitView)?

I've make the similar project like here. But I've got a problem. I can't handle click from button or listview from the frame that is in grid (SplitView.Content). If I delete the grid and make a SplitView.Content only as a Frame, I can easily handle…
user5724527
0
votes
1 answer

Is there any API that can bring spilt view mode to full view mode

As we known, IOS 9 support split view mode. Is there any API that can bring spilt view mode to full view mode?
0
votes
1 answer

Unrecognized selector when calling delegate Method

I'm trying to implement a SplitViewController with a NavigationController in both master and detail. I have been following this tutorial, however I'm still running into a rather strange problem. When I try to call the delegate method I get…
Hadjimina
  • 35
  • 8
1 2 3
8 9