How can we disable the uwp windows minimize button ?

karthik kovi 25 Reputation points
2023-09-21T07:14:06.8266667+00:00

I want to disable the minimize button of windows uwp app that I have created.

Developer technologies | Universal Windows Platform (UWP)
Windows for business | Windows Client for IT Pros | User experience | Other
Developer technologies | C#
Developer technologies | 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.
0 comments No comments
{count} votes

Answer accepted by question author
  1. Castorix31 91,496 Reputation points
    2023-09-21T07:25:37.03+00:00

    This was answered by Nico Zhu

    in a similar question : How to disable minimise button in a uwp app?


1 additional answer

Sort by: Most helpful
  1. karthik kovi 25 Reputation points
    2023-09-21T08:35:15.1833333+00:00

    Currently, there is no API in UWP that could remove the minimize and maximize buttons. These buttons are managed at the system level.

    0 comments No comments

Your answer

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