Posted 28 September 2021, 3:43 pm EST
I’ve been using the WPF Spread control to display read-only output data from our software. I’m using the Protect property on the active sheet to make it so the user can’t edit the data in the cells. But my users need to be able to click and drag column headers to resize columns or reorder the columns and those seem to be blocked when Protected is true on the sheet. Is there another way to keep the cell data read only, while allowing resizing and reordering columns? Thanks!