Want to build the ChatGPT based Apps? Start here
Become a member
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
C# Corner Home
Technologies
Monthly Leaders
ASK A QUESTION
Forum guidelines
Meghana B
2.2k
50
5.9k
How to remove headers and gridlines below is xml code.
Nov 6 2020 10:30 PM
Hello Team,
How to remove headers and gridlines below is xml code.
<
DataGrid
Margin
=
"3,3,3,3"
Name
=
"grd"
>
<
DataGrid.Columns
>
<
DataGridTextColumn
Binding
=
"{Binding EmpName}"
Width
=
"15"
/>
</
DataGrid.Columns
>
<
DataGrid.Columns
>
<
DataGridTextColumn
Binding
=
"{Binding EmpSal}"
Width
=
"15"
/>
</
DataGrid.Columns
>
</
DataGrid
>
Reply
Answers (
2
)
How to host windows forms control in WPF?
Hello, how can i track the datagrid scroll has reached end