HandyControl icon indicating copy to clipboard operation
HandyControl copied to clipboard

SideMenu 支不支持把某个SideMenuItem放到底下?

Open 1234567Yang opened this issue 1 year ago • 0 comments

Feature request type

enhancement

Is your feature request related to a problem? Please describe

如题:SideMenu 支不支持把某个SideMenuItem放到底下?

还有就是切换菜单的时候没有UI,能不能整出个类似于隔壁的这种点击某个项目左侧那个竖条会有点动态的。 image

Describe the solution you'd like

image 类似于:

            <hc:SideMenuItem Header="About">
                <hc:SideMenuItem.Icon>
                    <TextBlock FontFamily="{StaticResource Font Awesome 6 Free Solid}" Text="&#xf05a;" FontSize="20" 加上某个属性表示放到底下 />
                </hc:SideMenuItem.Icon>
            </hc:SideMenuItem>

Describe alternatives you've considered

No response

Additional context

No response

1234567Yang avatar Jun 02 '24 19:06 1234567Yang