How to design a login page with fully responsive page as like as Web page (Using Blend or VS 2023)

Santhosh Badam 40 Reputation points
2024-08-01T07:21:44.7166667+00:00

I need to build a pages for WPF app using XAML in such way that each page should be responsive as like as in the browser web pages(Microsoft Blend or Visual Studio 2022).

For an example login page, sign up page or any other pages for a WPF app.

 
     
         
         
         
         
         
     
     
         
         
         
     
     
     
     
     
     
 
Windows Presentation Foundation
Windows Presentation Foundation
A part of the .NET Framework that provides a unified programming model for building line-of-business desktop applications on Windows.
2,768 questions
Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
5,095 questions
C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
10,902 questions
XAML
XAML
A language based on Extensible Markup Language (XML) that enables developers to specify a hierarchy of objects with a set of properties and logic.
808 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Hui Liu-MSFT 48,531 Reputation points Microsoft Vendor
    2024-08-01T11:33:19.9866667+00:00

    Hi,@Santhosh Badam . Welcome to Mirosoft Q&A.

    Here is the sample code for the registration login page. You could try to refer to it.

    registion.txt


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


  2. Joshua Lazaro Marandi 70 Reputation points
    2024-08-17T22:16:01.06+00:00

    Welcome to coding TV show to learn more

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.