随笔分类 -  WPF控件

记录开发中遇到的下问题
摘要:在使用serilog.sinks.richtextbox 显示日志时,会需要移除旧的日志信息的需求,实现打码如下; 根据换行符“\n” 进行判断; private void CheckAndRemoveText() { int newLineCount = 0; bool removeText = 阅读全文
posted @ 2024-03-11 15:31 -Timosthetic 阅读(561) 评论(0) 推荐(0)
摘要:MaxHeight="{Binding Path=ActualHeight, RelativeSource={RelativeSource Mode=FindAncestor, AncestorType=UserControl}}" 阅读全文
posted @ 2022-03-18 15:06 -Timosthetic 阅读(969) 评论(1) 推荐(0)