MockingBird
MockingBird
 能做成资源吗
 如果这个时候想退出程序,做不到
类似这样 
控件呈左右排列,左侧为导航标签,右侧有一个滚动条控件包裹了所有标签对应的页面,页面由上至下顺序排列,当点击左侧标签时,右侧滚动条会滚动到对应页面的位置,当拖动右侧滚动条时,左侧相对应的标签也会被选中。[.](https://mp.weixin.qq.com/s/GZdaDrFbljii9mhMBsitWA) 如图  https://mp.weixin.qq.com/s/GZdaDrFbljii9mhMBsitWA
 可以开箱即用的。 https://docs.masastack.com/blazor/components/descriptions#section-793a4f8b
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...
## 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...