About 50 results
Open links in new tab
  1. css - iOS 26 Safari - Web layouts are breaking due to fixed/sticky ...

    Sep 2, 2025 · In Safari on iOS 26, when the page is scrolled down and the address bar shrinks at the bottom, the viewport appears to get displaced vertically, which in turn shifts the position of elements …

  2. html - What is the difference between Fixed, Fluid, Elastic, and ...

    Jul 14, 2012 · Fluid, Elastic and Responsive Layouts are all same... Only Fixed Layout is a layout in which you fix the width of the page to a given size e.g. in pixels.... Fluid Layout was width 100% and …

  3. Referencing different layouts in Blazor auto mode

    Oct 1, 2024 · Using an ASP.NET Core 8.0 Blazor web app with auto interactive render mode. I cannot figure out how to set a different layout page to certain razor pages that are located in the wasm client …

  4. Manage layouts in ALV grid does not work in splitter container

    Nov 6, 2024 · Manage layouts in ALV grid does not work in splitter container Asked 1 year, 3 months ago Modified 1 year, 3 months ago Viewed 804 times

  5. How do I specify different Layouts in the ASP.NET MVC 3 razor …

    Mar 1, 2011 · 19 This method is the simplest way for beginners to control Layouts rendering in your ASP.NET MVC application. We can identify the controller and render the Layouts as par controller, to …

  6. How can I save/restore window layouts in VS Code?

    Dec 19, 2017 · Can I somehow save window layout (with opened files) in VS Code and then restore it? I am looking for an alternative for Emacs C-x r w <register> where I can interactively open …

  7. .NET 9 MudBlazor Interactivity stops working after changing layouts

    May 23, 2025 · When changing to different layouts, for example from the home page that uses MainLayout.razor, and to a different page that uses the OtherLayout.razor (both identical), the …

  8. MAUI Blazor Hybrid and multiple front-end layouts

    Mar 11, 2025 · The last part is about the layouts. I have 2 of them, one for the front end and one for the admin section. If I place the AdminMainLayout.razor in the client project, in all the pages, I can …

  9. How do I specify different Layouts in the ASP.NET Core MVC

    Oct 5, 2016 · I would like to have 2 separate Layouts in my application. Let say one is for the Public section of the website and the other is empty for some reasons we need. Before Core I could do this …

  10. c# - How can I set up conditional Layouts with _ViewStart in ASP.NET ...

    Jul 14, 2019 · How can I set up conditional Layouts with _ViewStart in ASP.NET Core Razor Pages? Asked 6 years, 7 months ago Modified 3 years, 6 months ago Viewed 7k times