Is it possible to set some properties to get the scrollbar in TElEdit/TElMemo to be displayed automatically if needed? Currently I can set Scrollbar = ssBoth and the scrollbar is disabled if not needed. I want to get it only visible if needed
I added ScrollBarsAutoShowing property which allow to do what you asking for. Check LMD2012 svn folder to get it. Also it will be included in next minor release.
Comments