ฉันเพิ่งเริ่มเรียนรู้ C # WPF UI และแถบ (ดูภาพด้านล่าง) จะปรากฏขึ้นทุกครั้งที่ฉันเรียกใช้แอปพลิเคชันของฉัน ฉันอาจทำการเปลี่ยนแปลงบางอย่างโดยประมาทซึ่งอาจทำให้เกิดปัญหา คำแนะนำบางอย่าง?
รหัส:
<Window x:Class="WPFHello.MainWindow"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:local="clr-namespace:WPFHello"
mc:Ignorable="d"
Title="Hello" Height="450" Width="800">
<Grid>
<Label Content="Label" HorizontalAlignment="Left" VerticalAlignment="Top" RenderTransformOrigin="1.575,1.359" FontSize="20" Margin="10,10,0,0"/>
</Grid>
ระบบปฏิบัติการรุ่นใด C รุ่นใดและคุณพยายามทำอะไร โอกาสใดที่คุณสามารถวางรหัสของคุณที่นี่?
—
Mark Deven
"ฉันอาจทำการเปลี่ยนแปลงบางอย่างโดยประมาทซึ่งอาจทำให้เกิดปัญหา" เราควรจะทำอย่างไรกับข้อมูลนี้?
—
fixer1234
ฉันใช้ Microsoft Visual Studio Community 2017 เวอร์ชัน 15.8.7 กับ Microsoft.NET Framework เวอร์ชัน 4.7.03056 ฉันจะเพิ่มรหัสของ XAML ของฉันทันที @ MarkDeven
—
Ryk
ผมพบว่าปัญหาที่เกิดขึ้นกับปัญหานี้อีก[โพสต์] [1] [1]: stackoverflow.com/questions/36618494/…
—
Ryk