Top "Master-detail" questions

A master–detail interface displays a master list and the details for the currently selected item.

Show "Back to Menu" Button in iOS NavigationBar with Xamarin.Forms

I'm trying to build a cross-platform app using C# and Xamarin.Forms. It contains a slide-out menu implemented in form …

ios xamarin xamarin.forms navigationbar master-detail
How to customize arrow icon, page icon and page title in MasterDetailPage - Xamarin.Forms

I have created a new Blank App (Xamarin.Forms Portable) project in Visual Studio 2015 and modified App.cs to get "…

android xamarin xamarin.forms master-detail
ASP.NET MVC example of editing multiple child records

Does anyone know of any examples or tutorials of an MVC view that shows parent/child data all on one …

asp.net-mvc master-detail
xcode ios 5 Master-Detail Application with Storyboard

I have one question about Master-Detail Application. It's possible to add in storyboard a second and third DetailView? I will …

tableview master-detail uisplitview detailview
To insert Data into Multiple Tables using MVC ASP.NET

I am new to MVC ASP.NET. Although this might have been solved in the past but I still can't …

asp.net-mvc master-detail asp.net-mvc-viewmodel
Master Detail Page on the right side using Xamarin.Forms

I've created a master detail page on the left side using Xamarin.Forms, how about creating the same for the …

xamarin xamarin.forms cross-platform right-to-left master-detail
Change detail view from MasterDetail iPad app using storyboard

I'm little lost here. I have a basic master-detail aplication, and I want to change the detail view according to …

ios ipad storyboard detailsview master-detail
navigation bar in Detail side of master-detail controller missing

I made masterdetailview with different viewcontrollers in my storyboard and linked every one with push segue. Now when I click …

ios objective-c ipad storyboard master-detail
Android: Select first item by default in ListView in Master Detail template

I program a RSS reader with Master Detail flow with a list view on the left, and a detail view …

android android-listview master-detail
wpf datagrid databind with nested objects (like master detail)

I have a simple problem binding an entity to datagrid in wpf. I have an entity Called "User".... and each "…

wpf data-binding datagrid entity master-detail