© 2026 Hedgehog Software, LLC
Twitter
GitHub
Discord
System
Light
Dark
More
Communities
Docs
About
Terms
Privacy
Search
Star
Feedback
Setup for Free
C
C#
•
2y ago
•
31 replies
Nadekai
I need to make this textbox not move
`
`
`c
#
<Window
x
:Class
=
"Password
_manager
.MainWindow
"
xmlns
=
"
http://schemas.microsoft.com/winfx/2006/xaml/presentation
"
x
m
l
n
s
:x
=
"
http://schemas.microsoft.com/winfx/2006/xaml
"
x
m
l
n
s
:d
=
"
http://schemas.microsoft.com/expression/blend/2008
"
x
m
l
n
s
:mc
=
"
http://schemas.openxmlformats.org/markup-compatibility/2006
"
x
m
l
n
s
:local
=
"clr
-
n
a
m
e
s
p
a
c
e
:Password
_manager
"
m
c
:Ignorable
=
"d
"
Title
=
"MainWindow
" Height
=
"300
" Width
=
"400
"
>
<Grid
>
<Label Margin
=
"25
"
>Select account
<
/Label
>
<ComboBox Name
=
"AccountBox
" Width
=
"140
" Height
=
"30
" Margin
=
"25
,48
,0
,0
" HorizontalAlignment
=
"Left
" VerticalAlignment
=
"Top
"
>
<
/ComboBox
>
<StackPanel Orientation
=
"Horizontal
" VerticalAlignment
=
"Center
" HorizontalAlignment
=
"Center
"
>
<TextBlock Height
=
"40
"
>
<Run Text
=
"Password
:
"
/
>
<Run Text
=
"
{Binding ElementName
=AccountBox
, Path
=SelectedItem
}
"
/
>
<
/TextBlock
>
<TextBlock
x
:Name
=
"AccountPassword
" Width
=
"300
" Height
=
"40
" FontSize
=
"30
"
/
>
<
/StackPanel
>
<
/Grid
>
<
/Window
>
C#
Join
We are a programming server aimed at coders discussing everything related to C# (CSharp) and .NET.
61,871
Members
View on Discord
Resources
ModelContextProtocol
ModelContextProtocol
MCP Server
Similar Threads
Was this page helpful?
Yes
No
Recent Announcements
Similar Threads
❔ TextBox
C
C# / help
3y ago
❔ Need help trying to make 2D car move from above
C
C# / help
3y ago
❔ I need to make sure I understand and doing this correctly
C
C# / help
3y ago
Move Line Up in C# TextBox like in VS
C
C# / help
4y ago