Lazarus
Home
Help
TinyPortal
Search
Login
Register
Lazarus
»
Forum
»
Programming
»
Packages and Libraries
»
RichMemo
»
Richmemo don't show horizontal bar
Free Pascal
Website
Downloads
Wiki
Bugtracker
Mailing List
Lazarus
Website
Downloads (Laz+FPC)
Packages (OPM)
FAQ
Wiki
Bugtracker
CCR Bugs
IRC channel
GIT
Mailing List
Other languages
Foundation
Website
Useful Wiki Links
Project Roadmap
Getting the Source
Screenshots
How to use the forum
About donations (wiki)
Bookstore
Computer Math and Games in Pascal
(preview)
Lazarus Handbook
Search
Advanced search
Recent
DataPointHintTool - TOpen...
by
Nicole
[
Today
at 06:30:21 pm]
New VirtualTreeView for L...
by
GetMem
[
Today
at 06:29:40 pm]
Issue with zlib and broke...
by
GetMem
[
Today
at 06:29:04 pm]
pls advice for good style...
by
TRon
[
Today
at 06:27:41 pm]
Insert variant array to e...
by
Nicole
[
Today
at 06:24:32 pm]
android UI design
by
Prakash
[
Today
at 06:15:07 pm]
is there a "Lazarus.ini"?
by
Nicole
[
Today
at 06:14:51 pm]
Best way to parse file.
by
Curt Carpenter
[
Today
at 06:05:49 pm]
Detecting visible nodes i...
by
spuds
[
Today
at 06:03:33 pm]
Want to see something fun...
by
Curt Carpenter
[
Today
at 05:55:38 pm]
« previous
next »
Print
Pages: [
1
]
Author
Topic: Richmemo don't show horizontal bar (Read 573 times)
eldonfsr
Sr. Member
Posts: 337
Richmemo don't show horizontal bar
«
on:
September 29, 2022, 06:32:50 pm »
Hello I started to work with richmemo but don't show me horizontal bar only vertical bar even i typing or loadfile, in properties i select SSboth on srcollbars.
any help welcome.
Logged
paweld
Hero Member
Posts: 544
Re: Richmemo don't show horizontal bar
«
Reply #1 on:
September 29, 2022, 09:00:35 pm »
Disable
WordWrap
in ObjectInspector or code:
Code: Pascal
[Select]
[+]
[-]
procedure
TForm1
.
FormCreate
(
Sender
:
TObject
)
;
begin
RichMemo1
.
ScrollBars
:
=
ssAutoBoth
;
RichMemo1
.
WordWrap
:
=
False
;
end
;
Logged
Best regards / Pozdrawiam
paweld
eldonfsr
Sr. Member
Posts: 337
Re: Richmemo don't show horizontal bar
«
Reply #2 on:
September 30, 2022, 05:12:07 pm »
Great Thanks......
Logged
Print
Pages: [
1
]
« previous
next »
Lazarus
»
Forum
»
Programming
»
Packages and Libraries
»
RichMemo
»
Richmemo don't show horizontal bar
TinyPortal
© 2005-2018