Lazarus
Home
Help
TinyPortal
Search
Login
Register
Lazarus
»
Forum
»
Programming
»
General
»
[SOLVED] Detecting visible nodes in a treeView
Free Pascal
Website
Downloads
Wiki
Documentation
Bugtracker
Mailing List
Lazarus
Website
Downloads (Laz+FPC)
Packages (OPM)
FAQ
Wiki
Documentation (RTL/FCL/LCL)
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
TChart: +32% Processor lo...
by
KatiYusha
[
Today
at 12:09:53 pm]
QT5 PageControl Tab sizes
by
zeljko
[
Today
at 12:07:55 pm]
[ SOLVED ] Json parse pro...
by
superc
[
Today
at 11:58:37 am]
Timer
by
alpine
[
Today
at 11:48:27 am]
An ASCII logo for Pascal ...
by
Ñuño_Martínez
[
Today
at 11:12:27 am]
Improvement of packages/f...
by
Чебурашка
[
Today
at 10:47:35 am]
Setup landmap - databse
by
WimVan
[
Today
at 10:36:38 am]
SysTraIcon events do not ...
by
SWM1
[
Today
at 10:18:11 am]
CompareText improvement
by
Martin_fr
[
Today
at 09:58:04 am]
[solved] How to have a ge...
by
CCRDude
[
Today
at 08:45:26 am]
« previous
next »
Print
Pages: [
1
]
Author
Topic: [SOLVED] Detecting visible nodes in a treeView (Read 445 times)
spuds
New Member
Posts: 12
[SOLVED] Detecting visible nodes in a treeView
«
on:
January 27, 2023, 06:03:33 pm »
I have a long list of forms displayed in a treeview. Some forms are optional so their nodes are disabled through the visible property. The user of my application may select those optional forms if they are required in which case the visible property is changed to true and the selected forms show in the treeview. Because only the visble forms must be printed I check the status of each node in the treeview before printing.
What I am finding is that visible forms outside the scroll area are reporting a status of NOT visible. Is there a way of detecting the state of each form as if they were all in the viewable area of the tree? I know the tree can be scrolled at runtime and scolled back to the original position but I wish to avoid this as it is very confusing to the user of the application. Is there a way to accomplish this without scolling in the treerView?
«
Last Edit: January 28, 2023, 01:49:44 am by spuds
»
Logged
jamie
Hero Member
Posts: 5165
Re: Detecting visible nodes in a treeView
«
Reply #1 on:
January 28, 2023, 12:15:54 am »
TreeNode has two properties.
Visible and IsVisible.
IsVisible; I would assume to be used to indicate that it's actually visible in the client area.
Visible; I would think it to be a state regardless, if it's in the client area or not.
Logged
The only true wisdom is knowing you know nothing
wp
Hero Member
Posts: 10629
Re: Detecting visible nodes in a treeView
«
Reply #2 on:
January 28, 2023, 12:38:24 am »
Yes. Look at the attached test project which lists the Visible and IsVisible values of all nodes of a simple treeview. In addition to jamies comment, IsVisible becomes false also when a node in a collaped subtree.
Logged
spuds
New Member
Posts: 12
Re: Detecting visible nodes in a treeView
«
Reply #3 on:
January 28, 2023, 01:32:10 am »
Thanks jamie
I did not realize visible and isVisible were separate properties. I just assumed they would represent the same values.
Thanks for taking the time to test this. This solution perfectly fits my reqirement.
Logged
Print
Pages: [
1
]
« previous
next »
Lazarus
»
Forum
»
Programming
»
General
»
[SOLVED] Detecting visible nodes in a treeView
TinyPortal
© 2005-2018