M
M
Maxim Siomin2020-12-02 19:55:10
WPF
Maxim Siomin, 2020-12-02 19:55:10

How to remove the frame from the application in WPF, and so that it appears in the lower right corner of the screen at startup?

I need to make the application not have a top

Look right down
5fc7c68ddedeb521208775.png

And so that the application itself turns out to be in the lower right corner at startup, without indents from the edge of the screen

Answer the question

In order to leave comments, you need to log in

1 answer(s)
P
Peter, 2020-12-02
@MaxSiominDev

<Window ...  Height="100" Width="100"
        WindowStyle="None" ResizeMode="NoResize">

And count Left and Top in the code from screen sizes

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question