Skip to main content
Known Participant
March 6, 2023
Question

Horizontal Line Separator

  • March 6, 2023
  • 6 replies
  • 0 views

I want a separator line(Horizontal) similar to the one offered in SectionLayout. Is there any such component or work around for the same outside sectionLayout?

    6 replies

    balaganeshb0004
    March 6, 2023

    Hey, use this for the separator :

     a!sectionLayout(divider: "ABOVE")

    March 6, 2023

    You case Unicode character char(9472) to add small horizontal lines. You need to use this unicode value in rich text item

    stefanhelzle0001
    Brainy
    March 6, 2023

    Why do you not just use a sectionLayout?

    Known Participant
    March 6, 2023

    I am aware of this within sectionLayout, but i wanted to check if there are other components which provide this kind of feature, I am not a fan of having layouts within layouts, so if i can get something simple to add a line i would use it instead of using sectionLayout.

    abhayd3663
    March 6, 2023

    How about this?

    mallepup3914
    March 7, 2023

    You can achieve this by simply using Section layout with divider: "ABOVE".