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
How to sort the files in ...
by
loaded
[
Today
at 04:23:46 pm]
Synapse TCP/IP client and...
by
Phoenix
[
Today
at 04:20:32 pm]
Using Lazarus units with ...
by
Bogen85
[
Today
at 03:53:29 pm]
more UTF8 confusing
by
Bogen85
[
Today
at 03:50:11 pm]
Type checking of units of...
by
qk
[
Today
at 03:43:44 pm]
TLabel or TStaticText? W...
by
lainz
[
Today
at 03:31:15 pm]
Adding custom .rc-file
by
Jungle
[
Today
at 02:44:35 pm]
"TestAll" project issues
by
Aruna
[
Today
at 02:28:48 pm]
search for text in the en...
by
wp
[
Today
at 01:09:56 pm]
Support for Git?
by
JuhaManninen
[
Today
at 12:39:45 pm]
« previous
next »
Print
Pages: [
1
]
Author
Topic: Richmemo don't show horizontal bar (Read 597 times)
eldonfsr
Sr. Member
Posts: 348
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: 559
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: 348
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