I have to allow a user to change the width of a column and the height of a row for a Table
in FlowDocument
.
In my investigation, I've managed to handle the PreviewMouseLeftButtonDown
event for RichTexBox
control but not for the table border. I suppose I can calculate location of table border but I don't know how to do it.