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

  • SEARCH
  • Home
  • 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 7528955
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T04:31:36+00:00 2026-05-30T04:31:36+00:00

I am using the TGrid in FM and want users to be able to

  • 0

I am using the TGrid in FM and want users to be able to resize a column, but not re-organise the columns (ie. drag & move the column header). I have tried changing many of the exposed properties (“Locked”, “DragMode”, “EnableDrag” etc…) – but nothing appears to have the desired effect?

In true FM experience; I am guessing that I may have to override the class and change something at the back-end structure; but am unsure what/where – or even if this is feasible?

Sample source wise; you can see the issue if you simply add a TGrid, add a few columns and run.

Many thanks in advance. Ian.

  • 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-30T04:31:37+00:00Added an answer on May 30, 2026 at 4:31 am
    type
      TCustomGridHelper = class helper for TCustomGrid
      public
        /// <summary>
        /// Publish private FHeader from FMX.Grid.TCustomGrid.
        /// </summary>
        function _GetHeader: THeader;
      end;
    
    function TCustomGridHelper._GetHeader: THeader;
    begin
      Result := Self.FHeader;
    end;
    
    procedure TForm1.Grid1ApplyStyleLookup(Sender: TObject);
    var
      I: Integer;
      Header: THeader;
      HeaderItem: THeaderItem;
    begin
      Header := Grid1._GetHeader;
      for I := 0 to Header.ChildrenCount - 1 do
      begin
        HeaderItem := Header.Children[I] as THeaderItem;
        HeaderItem.DragMode := TDragMode.dmManual;
      end;
    end;
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Given Two text Boxes. (TextBox1 & TextBox2), I want add two numbers (using the
Using TortoiseSVN against VisualSVN I delete a source file that I should not have
I want to create a copy my object in my DB with using Entity
I'm using below code to file copy operataion in windows seven,but it doesn't work
I'm using a thrid-party lib that has a static synchronized method, i want to
i have this line of code in my view using the Telerik Grid: columns.Bound(o
I am using Entity Framework with asp.net mvc, but I don't think mvc plays
I'm using a raw strings but when I print the string I'm getting extra
Using Sql Server 2005 Profiler, what events, columns, and filters do you trace to
Using C# How can I show a document in richtextbox without scrollbars, But I

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.