MockingBird

Results 31 issues of MockingBird

![ba23529172316d153a72b94044e5ccc7](https://github.com/user-attachments/assets/f58c6bc4-deb6-4e96-b54f-6d2116363ba4) 能做成资源吗

![image](https://github.com/user-attachments/assets/807a642d-9c8e-4984-878a-7ea94f8b1e23) 如果这个时候想退出程序,做不到

类似这样 ![image](https://github.com/user-attachments/assets/7f3f61f0-d5cd-4e0c-bcf6-c35bb9aa9eed)

控件呈左右排列,左侧为导航标签,右侧有一个滚动条控件包裹了所有标签对应的页面,页面由上至下顺序排列,当点击左侧标签时,右侧滚动条会滚动到对应页面的位置,当拖动右侧滚动条时,左侧相对应的标签也会被选中。[.](https://mp.weixin.qq.com/s/GZdaDrFbljii9mhMBsitWA) 如图 ![640](https://github.com/user-attachments/assets/59e8302c-8b86-4b6d-9318-e64fffc9f14f) https://mp.weixin.qq.com/s/GZdaDrFbljii9mhMBsitWA

new control

![image](https://github.com/user-attachments/assets/39a978ce-e71b-4052-bcab-106710c9c3be) 可以开箱即用的。 https://docs.masastack.com/blazor/components/descriptions#section-793a4f8b

new control

Hi,everyone! Here's my question: When I use the [ObservableProperty] attribute, it generates a regular property without a validation method. If I need to validate this property, I have to write...

Pri3

## Issue Description When using `CommunityToolkit.Mvvm` version 8.4.0 in an Excel add-in built with Excel-DNA and .NET Framework 4.8, I encounter a persistent `System.IO.FileLoadException` when calling `WeakReferenceMessenger.Default.Register()`. ## Environment -...

# 功能请求:ExcelColumn 的 Index 应按序排列而非直接对应列位置 ## 问题描述 目前 `ExcelColumn` 的 `Index` 值直接对应 Excel 的列位置,这会导致当 Index 值不连续时出现空白列。希望能改为按 `Index` 值的大小顺序排序,然后连续地从第一列开始排列。 ## 当前行为的问题 ```csharp public class SheetForExcel : ModelForExcel { [ExcelColumn(Name = "类别",...

比如A.B.C ,现在只支持集合下面的类属性,嵌套类下面的无法导出

### Description **Environment:** - ExcelDNA Version: [1.9.0beta] - .NET Framework: [net8-windows;net48] - Excel Version: [2016] - Visual Studio: [2022] - Windows Version: [win10] **Problem:** I'm developing an ExcelDNA add-in that...