egorozh / Tabalonia

Draggable tab items on Avalonia here!
MIT License
178 stars 8 forks source link

Customize Wrap Panel? #10

Closed HeadMonitor closed 1 year ago

HeadMonitor commented 1 year ago

Hello, how would one customize the Wrap Panel of Tabalonia? Normally you would be able to change it's color with:

<Style Selector="WrapPanel">
        <Setter Property="Background" Value="Blue" />
</Style>

Thanks in advance!

egorozh commented 1 year ago

I don't understand which WrapPanel you want to customize. Can you send me a screenshot?

HeadMonitor commented 1 year ago

image

Behind the + for example. Screenshot is from the Demo Gif.

egorozh commented 1 year ago

image

Behind the + for example. Screenshot is from the Demo Gif.

image

HeadMonitor commented 1 year ago

image What about the rest of the background? Behind the + and behind the tab?

egorozh commented 1 year ago

You can create your own style. Tabalonia.Demo has an example of hosting your own theme (Styles/MyTheme.axaml)