(v8.48)TsTreeView OnAdvancedCustomDrawItem() event has no effect.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #34404
    oyefer
    Participant

    TsTreeView has no effect, but TTreeView works well.

    just for test:

    void __fastcall TMainForm::TestTreeViewAdvancedCustomDrawItem(TCustomTreeView *Sender,

    TTreeNode *Node, TCustomDrawState State, TCustomDrawStage Stage,

    bool &PaintImages, bool &DefaultDraw)

    {

    Sender->Canvas->Font->Color = clRed;

    }

    #50992
    Support
    Keymaster

    Hello!

    I'll check it soon.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.