in Education by
I have a Virtual Treeview (e.g. TVirtualStringTree). The user can select a row but it would be nice if they could also do the intuitiave thing of clicking "nowhere" to select no row Note: Of course multiselect is off; because they can only select zero or one items MCRE: procedure TForm6.FormCreate(Sender: TObject); var vst: TVirtualStringTree; begin vst := VirtualStringTree1; vst.RootNodeCount := 5; vst.TreeOptions.SelectionOptions := vst.TreeOptions.SelectionOptions + [toFullRowSelect]; vst.Header.Options := vst.Header.Options + [hoVisible]; vst.Header.Columns.Add; vst.Header.Columns.Add; vst.Header.Columns.Add; vst.Header.Columns.Add; vst.Header.Columns.Add; end; JavaScript questions and answers, JavaScript questions pdf, JavaScript question bank, JavaScript questions and answers pdf, mcq on JavaScript pdf, JavaScript questions and solutions, JavaScript mcq Test , Interview JavaScript questions, JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)

1 Answer

0 votes
by
This should work out-of-the-box if toAlwaysSelectNode is not set and toMultiSelect is set in TreeOption.SelectionOptions. Tested wit latest source. In other cases simply call ClearSelection(): procedure TVisibilityForm.VST2MouseUp(Sender: TObject; Button: TMouseButton; Shift: TShiftState; X, Y: Integer); begin if TBaseVirtualTree(Sender).GetNodeAt(Point(X, Y)) = nil then TBaseVirtualTree(Sender).ClearSelection(); end;

Related questions

0 votes
    I am using DPro Rio 10.3 on an HP Spectre x360, which has a 4K display. The indicator on DbGrids ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked May 7, 2022 in Education by JackTerrance
0 votes
    Anyone know of an example of using Amazon SES with Delphi, or failing that, some tips to get me ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Mar 4, 2022 in Education by JackTerrance
0 votes
    There is one issue with the angular material with IE-11 and IE-edge browsers, When the body content ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Jul 20, 2022 in Education by JackTerrance
0 votes
    The ___________ class adds a rounded border around an element with a gray background color and some padding. ... .alert .jumbotron Select the correct answer from above options...
asked Dec 10, 2021 in Education by JackTerrance
0 votes
    Tell me how to make it so that when you click on a button from a cycle with page numbers, this ... , JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked May 7, 2022 in Education by JackTerrance
0 votes
    I created a unique token that is link to a property, when the user goes to the link there is a ... , JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked May 4, 2022 in Education by JackTerrance
0 votes
    I am looking for a way to close a component when there it a click outisde of the element. I ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Apr 19, 2022 in Education by JackTerrance
0 votes
    Exam total: 40 mar Marks: 1 We can remove a keyframe by right-clicking on the frame and selecting the ... T Formula Camera Gallery Select the correct answer from above options...
asked Dec 28, 2021 in Education by JackTerrance
0 votes
    You can create your own style by clicking on the __________ button located at the bottom of style pane. * a.style ... d.none of these Select the correct answer from above options...
asked Dec 15, 2021 in Education by JackTerrance
0 votes
    You can cancel the previous action performed by clicking on the _______ button from __________ Select the correct answer from above options...
asked Dec 6, 2021 in Education by JackTerrance
0 votes
    You can cancel the previous action performed by clicking on the _______ button from __________ Select the correct answer from above options...
asked Dec 5, 2021 in Education by JackTerrance
0 votes
    You can cancel the previous action performed by clicking on the _______ button from __________ Select the correct answer from above options...
asked Nov 26, 2021 in Education by JackTerrance
0 votes
    Users might invite some bogus virus in his/her system by clicking the ____________ (a) Shareware (b) ... for-Cyber Security:,Cyber Security-Jobs:,Cyber Security Applications...
asked Oct 31, 2021 in Education by JackTerrance
0 votes
    I've been experimenting with cronjobs recently and have it setup like so: crontab: SHELL=/bin/sh MAILTO= ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Feb 28, 2022 in Education by JackTerrance
...