Change CategoryPanel Caption Font Size?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #69244
    mitchllhu
    Participant

    Try to change CategoryPanel’s caption font size from 10 to 12. But It does not work?
    Why? and How to to do this?

    #69256
    Support
    Keymaster

    Hello!
    Do you use the HeaderFont property?
    If you doing it in the run-time then add such code:
    RedrawWindow(CategoryPanelGroup1.Handle, nil, 0, RDW_INVALIDATE or RDW_ALLCHILDREN);

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