Recent

Author Topic: [Solved]Setting with horizontal scrolling to TMemo does no effect  (Read 716 times)

PeterHu

  • New Member
  • *
  • Posts: 27
Win10,64bit,the lastest lazarus IDE (May 5,2025)

It seems (at least on my laptop) there is no effect changed after setting.Please see the attached screenshot.

Was I missing something?

Code: Pascal  [Select][+][-]
  1. memo1.scrollBars:=ssHorizontal;
  2.  
« Last Edit: July 15, 2025, 12:33:01 pm by PeterHu »

CM630

  • Hero Member
  • *****
  • Posts: 1447
  • Не съм сигурен, че те разбирам.
    • http://sourceforge.net/u/cm630/profile/
Re: Setting with horizontal scrolling to TMemo does no effect
« Reply #1 on: July 15, 2025, 11:02:16 am »
You are missing
Code: Pascal  [Select][+][-]
  1. memo1.wrodwrap := False;
Лазар 4,0 32 bit (sometimes 64 bit); FPC3,2,2

PeterHu

  • New Member
  • *
  • Posts: 27
Re: Setting with horizontal scrolling to TMemo does no effect
« Reply #2 on: July 15, 2025, 12:32:44 pm »
You are missing
Code: Pascal  [Select][+][-]
  1. memo1.wrodwrap := False;

Got it,thank you!!

 

TinyPortal © 2005-2018