Y
Y
YuyukoSaigeji2017-06-05 08:45:58
WPF
YuyukoSaigeji, 2017-06-05 08:45:58

How to prevent new rows from being added to a DataGrid (WPF)?

How to prevent new rows from being added to a DataGrid (WPF)? It is desirable that the empty line (which is for adding new lines) is not displayed.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Andrey Tolstoy, 2017-06-15
@anzood

<DataGrid CanUserAddRows="False">
</DataGrid>

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question