Border on TFrame

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #34098
    andreasm
    Participant

    I have just added a new TFrame to my form. For some reason, the TFrame is drawn with a black border around it at runtime. At design time, the border does not show.

    If I turn off skinning, the border disappears.

    How do I stop the border appearing?

    #43719
    Support
    Keymaster

    Hello

    Place the TsFrameProvider component to the frame in design-time and change sFrameAdapter.SkinData.SkinSection property to 'MENUITEM'. Borders will not be drawn in this case.

    You can change a looking of control by using of this property.

    #43834
    andreasm
    Participant

    That worked! Thanks. By the way, I couldn't find a component called “TsFrameProvider” but used “TsFrameAdaptor” instead.

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