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
1
vote
1 answer

Combine two pages into one in Windows 10 UWP?

I have developed a Windows 10 app and I have List View with ListViewItems, when user clicks on the item, I am navigating it to new page in which details are shown for that ListViewItems. Now, my app needs to be used for desktop app also, so how can…
Kinjan Bhavsar
  • 1,439
  • 28
  • 58
1
vote
2 answers

Implementing UWP flyout splitview using masterdetailview in prism?

I am a complete noob to xamarin :) So was wondering if someone could point me to right resources. To be short, I want to implement something like this in prism using Xamarin MasterDetailPage. Using the master detail sample here, the hamburger menu…
Yash
  • 177
  • 2
  • 14
1
vote
1 answer

Control SplitView borders in QML

I have a SplitView and inside this split view I have two elements (Rectangle (users) and one Item that contains a ColumnLayout (processes) ). User can choose if he would like to see users or not. If he doesn't want to see users, then, I set…
golobitch
  • 1,466
  • 3
  • 19
  • 38
1
vote
0 answers

Scoped navigation service in Prism UWP

I am using Prism 6 for UWP and Unity. Scenario: I have a login page, and some other selection pages before I navigate to a Menu page that hosts a SplitView control. I want the navigation from this point to only target the content area of the…
Allan Smith
  • 162
  • 10
1
vote
0 answers

Can my app support Split View on the iPad Pro, but not the iPad Air 2?

(Note that this question refers to the Split View multitasking introduced in iOS 9, not the Split View Controller.) Our app's user interface is relatively restricted, and wouldn't work well with Split View on a regular-sized iPad - we can't shrink…
Colen
  • 13,428
  • 21
  • 78
  • 107
1
vote
1 answer

How to make a LoginPage with a SplitView Control?

I make a similar solution of SplitView like in a Microsoft Sample NavigationMenu So i've got a question. How can i implement a LoginPage in project like this? I don't want to make loginPage with SplitView. I've tried to make splitview closed if my…
user5257758
1
vote
1 answer

UWP - Splitview define relative value to OpenPaneLength

I'm using the new SplitView control to create a hamburger menu in my UWP app. My question is if I can define a relative or percentage value to its OpenPaneLength property? I want to achieve that the width of the SplitView's Pane is for example 80%…
nor0x
  • 1,213
  • 1
  • 15
  • 41
1
vote
2 answers

Windows 10 SplitView + Pivot not working properly

I have used SplitView in my Windows 10 Universal Application and I added pivot to the SplitView.Content Problem is when I start the application I cant click on Pivot headers to navigate. This problem is occurring on Phone only Desktop or tablet not…
xsheru
  • 467
  • 4
  • 25
1
vote
1 answer

Changing the orientation of a SplitView

I'm making a UWP (Windows 10) app. I'd like to know, is it possible to change the orientation of a SplitView? Typically, it's ordered like this: ______________________________________________ | | | | …
James Ko
  • 32,215
  • 30
  • 128
  • 239
1
vote
1 answer

Handle position of other pages when SplitView pane is open

I am trying to implement splitview in my app.But when ii set IsPaneOpen = true; My pivots are not moving to right of that split view pane.Insted SplitView Pane opens Over pivotItems. Someone please help me to resolve this. Thanks in advance. My…
djkpA
  • 1,224
  • 2
  • 27
  • 57
0
votes
0 answers

Getting the window size for iPad, supporting multiple scenes?

I need to get informations about the screen size for the current scene in an iPad application. Assume this snippet as an example var body: some View { let sceneSize = getCurrentSceneSize() Rectangle() …
Baffo rasta
  • 320
  • 1
  • 4
  • 17
0
votes
0 answers

MacBook Pro: How to make a video in Split View full screen without it taking up the entire width of the computer screen?

In Split View, how can we enter a video's full screen mode such that: it takes up only the width of its specific side of the screen we do not get redirected to a whole new screen that has the video playing in the regular full screen mode that…
Solus
  • 11
  • 3
0
votes
0 answers

How to make Sidebar row remember its previous detail view progress for split view SwiftUI Mac catalyst?

I am creating Split View with NavigationView in SwiftUI MacCatalyst. In sidebar (master view), I have two rows: 'Add' and 'Profile'. Tapping on them changes the detail view. Suppose I click on 'Add' row, I see AddView() in detail view. Then I tap…
0
votes
2 answers

SwiftUI: In SplitView, how can I detect if the master view is visible?

When SwiftUI creates a SplitView, it adds a toolbar button that hides/shows the Master view. How can I detect this change so that I can resize the font in the detail screen and use all the space optimally? I've tried using .onChange with geometry…
0
votes
1 answer

Hide the DetailsViewController of splitViewController in iOS

I have master view and some DetialsViewController. When I present the detailsViewController I use this code: mainStoryboard = UIStoryboard(name: "StoryboardiPad", bundle: nil) let vc =…
Steven
  • 762
  • 1
  • 10
  • 27
1 2 3
8 9