TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
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
Forums
Monthly Leaders
Forum guidelines
Meghana B
NA
50
10.3k
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