摘要:
过去,wpf都基于Canvas来定位,现在可以用AbsoluteLayout。 SimpleCanvas.xaml <?xml version="1.0" encoding="utf-8" ?> <ContentPage xmlns="http://schemas.microsoft.com/dot 阅读全文
posted @ 2025-06-16 14:30
dalgleish
阅读(17)
评论(0)
推荐(0)
摘要:
基于之前写GridSplitter,完善下另一个例子。 DoubleSplitWindow.xaml对应代码 <?xml version="1.0" encoding="utf-8" ?> <ContentPage xmlns="http://schemas.microsoft.com/dotnet 阅读全文
posted @ 2025-06-16 14:03
dalgleish
阅读(19)
评论(0)
推荐(0)
摘要:
因为C# Maui还没有把GridSplitter加入到正式支持,但是这个也不是很重要,自己实现一个就行了。继承Border可实现多种样式。 GridSplitter.cs代码 using Microsoft.Maui.Controls.Shapes; using System.Collection 阅读全文
posted @ 2025-06-16 13:43
dalgleish
阅读(26)
评论(0)
推荐(1)
摘要:
下面代码,我是放在Shares项目里的Utility文件夹里。 GridLine重写GraphicsView和IDrawable,自动适应大小。 using System; using System.Collections.Generic; using System.Linq; using Syst 阅读全文
posted @ 2025-06-16 07:07
dalgleish
阅读(15)
评论(0)
推荐(0)
浙公网安备 33010602011771号