Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6903557
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T07:56:25+00:00 2026-05-27T07:56:25+00:00

TVirtualStringTree behaves by default if it is focused – it will scroll on mouse

  • 0

TVirtualStringTree behaves by default if it is focused – it will scroll on mouse wheel even if mouse is not over control (except if it is over another TVirtualStringTree).

Is there a quick and elegant way to disable this behaviour?

I already did this with OnMouseWheel event and checking with PtInRect if Mouse.CursorPos if it is over a control but I have a feeling that there is a better way to do the same because this way I’d have to define a new event for each TreeView I add and also handle when to focus/unfocus the control so I hope there must be a better way to disable this.

So to be clear, I want mousewheel function to work as usual, but only when mouse is over VirtualTreeView.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-27T07:56:26+00:00Added an answer on May 27, 2026 at 7:56 am

    Drop down a TApplicationEvents control to the form

    in TApplicationEvents onMessage

     procedure TForm5.ApplicationEvents1Message(var Msg: tagMSG; var Handled: Boolean);
     var
      pnt: TPoint;
      ctrl: TWinControl;
     begin
      if Msg.message = WM_MOUSEWHEEL then
      begin
        if not GetCursorPos(pnt) then Exit;
        ctrl := FindVCLWindow(pnt);
        if Assigned(ctrl) then
          Msg.hwnd := ctrl.Handle;
      end;
     end;
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am not yet very experienced with the TVirtualStringTree component, therefore maybe I overlooked
A TVirtualStringTree object with custom node height, How to reliably scroll Virtual TreeView to
How can I get the max scroll for the X and Y in virtualstringtree
I have an issue with VirtualTreeView component on Windows 7. I added a TVirtualStringTree
I'm converting a tree view from the standard TTreeView to use TVirtualStringTree. My final
Is there anyway to get the control handle or other information with i can
My application will be looping thru the Virtual Nodes and check their data. I
I need to modify the focus-box's border color of TVirtualStringTree, just like this pic:
I have a TVirtualStringTree, each node represents a file, what I want to do
I am using a VirtualStringTree control as a list view and using the sort

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.