Is it possible with WPAT datagrid to do the same as in Excel and freeze the first few columns so that they always display
If so, how?
thanks
You have the FrozenColumnCount property.If you set it, for example, to 2, you can scroll horizontally across the DataGrid , but the first two columns will always be visible
FrozenColumnCount
DataGrid
<DataGrid FrozenColumnCount="2" ...>
Try: DataGrid.FrozenColumnCount .
DataGrid.FrozenColumnCount
Source: https://habr.com/ru/post/895781/More articles:Building Transitions from the Google Maps API - apiHow to get the last node using XPath in C #? - c #How can I check the input field on the form when I submit it to the server? - jqueryHow to disable MySQL login if password is not specified? - mysqlgetdate.y grammatical doubts - cMysql (MariaDB 10.0.29): set the root password, but can you log in without asking for the password? - mysqlSCRIPT 600 Error: Invalid target element for this operation - javascriptHow to disable the application in Apache OFBiz - ofbizSlower than ddply when .parallel = TRUE on Mac OS X version 10.6.7 - parallel-processingHow to add a tab bar item to a UITabBarController without a view controller? - iosAll Articles