Page 1 of 1

Changing the height of the Notes field

PostPosted: Fri Dec 04, 2015 9:43 am
by Atronics
A client uses the Debtor notes extensively and needs to see, without dragging the border, 12 lines of notes. How do I set the height of the notes field?

Re: Changing the height of the Notes field  Topic is solved

PostPosted: Fri Dec 04, 2015 2:16 pm
by Mike.Sheen
You'll need handle the debtor read end and note added events, then set the Height property of each row in the grid.

Attached is a sample plugin which does exactly this. I added a system setting for the user to control the height of the rows themselves, without having to alter the plugin.

Mike