■ MarkdownTextBlock 클래스의 MarkdownRendered 이벤트를 사용해 Text 속성 변경시 문서 크기를 컨트롤 크기로 설정하는 방법을 보여준다.
※ 비주얼 스튜디오에서 TestProject(Unpackaged) 모드로 빌드한다.
※ TestProject.csproj 프로젝트 파일에서 WindowsPackageType 태그를 None으로 추가했다.
▶ MainViewModel.cs
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 |
using CommunityToolkit.Mvvm.ComponentModel; namespace TestProject; /// <summary> /// 메인 뷰 모델 /// </summary> public partial class MainViewModel : ObservableRecipient { //////////////////////////////////////////////////////////////////////////////////////////////////// Field ////////////////////////////////////////////////////////////////////////////////////////// Private #region 마크다운 문자열 - markdownString /// <summary> /// 마크다운 문자열 /// </summary> [ObservableProperty] private string markdownString; #endregion //////////////////////////////////////////////////////////////////////////////////////////////////// Constructor ////////////////////////////////////////////////////////////////////////////////////////// Public #region 생성자 - MainViewModel() /// <summary> /// 생성자 /// </summary> public MainViewModel() { } #endregion } |
▶ MainPage.xaml
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 |
<?xml version="1.0" encoding="utf-8"?> <Page x:Class="TestProject.MainPage" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:control="using:CommunityToolkit.WinUI.UI.Controls" Background="{ThemeResource ApplicationPageBackgroundThemeBrush}" FontFamily="나눔고딕코딩" FontSize="16"> <Grid Margin="10"> <Grid.RowDefinitions> <RowDefinition Height="*" /> <RowDefinition Height="Auto" /> </Grid.RowDefinitions> <ScrollViewer Name="scrollViewer" Grid.Row="0"> <control:MarkdownTextBlock Name="markdownTextBlock" VerticalAlignment="Top" Background="White" Padding="10" Text="{x:Bind ViewModel.MarkdownString, Mode=OneWay}" /> </ScrollViewer> <Button Name="testTextButton" Grid.Row="1" HorizontalAlignment="Right" Margin="0 10 0 0" Width="100" Height="30" Content="테스트" /> </Grid> </Page> |
▶ MainPage.xaml.cs
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 |
using System; using System.Text; using System.Threading.Tasks; using Windows.Foundation; using Microsoft.UI.Xaml; using Microsoft.UI.Xaml.Controls; using CommunityToolkit.WinUI.UI.Controls; namespace TestProject; /// <summary> /// 메인 페이지 /// </summary> public sealed partial class MainPage : Page { //////////////////////////////////////////////////////////////////////////////////////////////////// Field ////////////////////////////////////////////////////////////////////////////////////////// Private #region Field /// <summary> /// 테스트 마크다운 문자열 /// </summary> private string testMarkdownString = @" # 제목 이것은 **Markdown** 문서입니다. - 목록 항목 1 - 목록 항목 2 - 목록 항목 3 ```csharp // 코드 블록 예제 Console.WriteLine(""Hello, World!""); Console.WriteLine(""Hello, World!""); Console.WriteLine(""Hello, World!""); Console.WriteLine(""Hello, World!""); Console.WriteLine(""Hello, World!""); Console.WriteLine(""Hello, World!""); Console.WriteLine(""Hello, World!""); Console.WriteLine(""Hello, World!""); Console.WriteLine(""Hello, World!""); Console.WriteLine(""Hello, World!""); Console.WriteLine(""Hello, World!""); Console.WriteLine(""Hello, World!""); Console.WriteLine(""Hello, World!""); Console.WriteLine(""Hello, World!""); Console.WriteLine(""Hello, World!""); Console.WriteLine(""Hello, World!""); Console.WriteLine(""Hello, World!""); Console.WriteLine(""Hello, World!""); Console.WriteLine(""Hello, World!""); Console.WriteLine(""Hello, World!""); Console.WriteLine(""Hello, World!""); Console.WriteLine(""Hello, World!""); Console.WriteLine(""Hello, World!""); Console.WriteLine(""Hello, World!""); ``` 1. 순서가 있는 항목 1. 순서가 있는 항목 1. 순서가 없는 항목 1. 순서가 없는 항목 1. 순서가 있는 항목 1. 순서가 있는 항목 - 순서가 없는 항목 - 순서가 없는 항목 - 순서가 없는 항목 - 순서가 없는 항목 | 값 | 의미 | 기본값 | |---|:---:|---:| | `static` | 유형(기준) 없음 / 배치 불가능 | `static` | | `relative` | 요소 자신을 기준으로 배치 | | | `absolute` | 위치 상 부모(조상)요소를 기준으로 배치 | | | `fixed` | 브라우저 창을 기준으로 배치 | | | `sticky` | 스크롤 영역 기준으로 배치 | | | 값 | 의미 | |---|---| | 버티컬바 출력 | \| | | 인라인 코드 강조 | `\|` | > 인용문 - 남의 말이나 글에서 직접 또는 간접으로 따온 문장. > _(네이버 국어 사전)_ BREAK! > 인용문을 작성하세요! >> 중첩된 인용문(nested blockquote)을 만들 수 있습니다. >>> 중중첩 인용문 1 >>> 중중첩 인용문 2 >>> 중중첩 인용문 3 ![Prunus](http://www.gstatic.com/webp/gallery/4.jpg) 1. 순서가 있는 항목 1. 순서가 있는 항목 1. 순서가 없는 항목 1. 순서가 없는 항목 1. 순서가 있는 항목 1. 순서가 있는 항목 [샘플 PDF 다운로드](https://drive.google.com/file/d/1P-2-Rui-5lX5v2vIUDtMp_NRr1Fmp3--/view?usp=drive_link) "; #endregion //////////////////////////////////////////////////////////////////////////////////////////////////// Property ////////////////////////////////////////////////////////////////////////////////////////// Public #region 뷰 모델 - ViewModel /// <summary> /// 뷰 모델 /// </summary> public MainViewModel ViewModel { get; set; } #endregion //////////////////////////////////////////////////////////////////////////////////////////////////// Constructor ////////////////////////////////////////////////////////////////////////////////////////// Public #region 생성자 - MainPage() /// <summary> /// 생성자 /// </summary> public MainPage() { ViewModel = new MainViewModel(); InitializeComponent(); Loaded += Page_Loaded; SizeChanged += Page_SizeChanged; this.markdownTextBlock.MarkdownRendered += markdownTextBlock_MarkdownRendered; this.markdownTextBlock.LinkClicked += markdownTextBlock_LinkClicked; this.markdownTextBlock.ImageClicked += markdownTextBlock_ImageClicked; this.testTextButton.Click += testTextButton_Click; } #endregion //////////////////////////////////////////////////////////////////////////////////////////////////// Method ////////////////////////////////////////////////////////////////////////////////////////// Private //////////////////////////////////////////////////////////////////////////////// Event #region 페이지 로드시 처리하기 - Page_Loaded(sender, e) /// <summary> /// 페이지 로드시 처리하기 /// </summary> /// <param name="sender">이벤트 발생자</param> /// <param name="e">이벤트 인자</param> private async void Page_Loaded(object sender, RoutedEventArgs e) { ViewModel.MarkdownString = this.testMarkdownString; await Task.Delay(100); SetMarkdownTextBlockSize(false); } #endregion #region 페이지 크기 변경시 처리하기 - Page_SizeChanged(sender, e) /// <summary> /// 페이지 크기 변경시 처리하기 /// </summary> /// <param name="sender">이벤트 발생자</param> /// <param name="e">이벤트 인자</param> private void Page_SizeChanged(object sender, SizeChangedEventArgs e) { SetMarkdownTextBlockSize(); } #endregion #region 마크다운 텍스트 블럭 마크다운 렌더링시 처리하기 - markdownTextBlock_MarkdownRendered(sender, e) /// <summary> /// 마크다운 텍스트 블럭 마크다운 렌더링시 처리하기 /// </summary> /// <param name="sender">이벤트 발생자</param> /// <param name="e">이벤트 인자</param> private void markdownTextBlock_MarkdownRendered(object sender, MarkdownRenderedEventArgs e) { SetMarkdownTextBlockSize(); } #endregion #region 마크다운 텍스트 블럭 링크 클릭시 처리하기 - markdownTextBlock_LinkClicked(sender, e) /// <summary> /// 마크다운 텍스트 블럭 링크 클릭시 처리하기 /// </summary> /// <param name="sender">이벤트 발생자</param> /// <param name="e">이벤트 인자</param> private void markdownTextBlock_LinkClicked(object sender, LinkClickedEventArgs e) { ContentDialog dialog = new ContentDialog(); dialog.Content = e.Link; dialog.CloseButtonText = "닫기"; dialog.DefaultButton = ContentDialogButton.Close; dialog.XamlRoot = this.markdownTextBlock.XamlRoot; _ = dialog.ShowAsync(); } #endregion #region 마크다운 텍스트 블럭 이미지 클릭시 처리하기 - markdownTextBlock_ImageClicked(sender, e) /// <summary> /// 마크다운 텍스트 블럭 이미지 클릭시 처리하기 /// </summary> /// <param name="sender">이벤트 발생자</param> /// <param name="e">이벤트 인자</param> private void markdownTextBlock_ImageClicked(object sender, LinkClickedEventArgs e) { ContentDialog dialog = new ContentDialog(); dialog.Content = e.Link; dialog.CloseButtonText = "닫기"; dialog.DefaultButton = ContentDialogButton.Close; dialog.XamlRoot = this.markdownTextBlock.XamlRoot; _ = dialog.ShowAsync(); } #endregion #region 텍스트 변경 버튼 클릭시 처리하기 - changeTextButton_Click(sender, e) /// <summary> /// 텍스트 변경 버튼 클릭시 처리하기 /// </summary> /// <param name="sender">이벤트 발생자</param> /// <param name="e">이벤트 인자</param> private async void testTextButton_Click(object sender, RoutedEventArgs e) { string[] lineArray = this.testMarkdownString.Split('\n'); StringBuilder stringBuilder = new StringBuilder(); foreach(string line in lineArray) { await Task.Delay(100); stringBuilder.Append(line); try { ViewModel.MarkdownString = stringBuilder.ToString(); } catch(Exception) { } } SetMarkdownTextBlockSize(); } #endregion //////////////////////////////////////////////////////////////////////////////// Function #region 마지막 자식 엘리먼트까시 스크롤하기 - ScrollToLastChild(scrollViewer) /// <summary> /// 마지막 자식 엘리먼트까시 스크롤하기 /// </summary> /// <param name="scrollViewer">스크롤 뷰어</param> private void ScrollToLastChild(ScrollViewer scrollViewer) { FrameworkElement lastChildFrameworkElement = scrollViewer.Content as FrameworkElement; if(lastChildFrameworkElement != null) { double verticalOffset = lastChildFrameworkElement.ActualOffset.Y + lastChildFrameworkElement.ActualSize.Y - scrollViewer.ViewportHeight; verticalOffset = Math.Max(0, verticalOffset); scrollViewer.ChangeView(null, verticalOffset, null, true); } } #endregion #region 마크다운 텍스브 블럭 크기 설정하기 - SetMarkdownTextBlockSize(scrollToLastChild) /// <summary> /// 마크다운 텍스브 블럭 크기 설정하기 /// </summary> /// <param name="scrollToLastChild">마지막 자식까지 스크롤 여부</param> private void SetMarkdownTextBlockSize(bool scrollToLastChild = true) { if(string.IsNullOrWhiteSpace(this.markdownTextBlock.Text)) { this.markdownTextBlock.Width = 200; this.markdownTextBlock.Height = 50; } else { this.markdownTextBlock.Width = 600; this.markdownTextBlock.Height = double.NaN; this.markdownTextBlock.Measure(new Size(double.PositiveInfinity, double.PositiveInfinity)); this.markdownTextBlock.Width = this.markdownTextBlock.DesiredSize.Width + 20; this.markdownTextBlock.Height = this.markdownTextBlock.DesiredSize.Height; } if(scrollToLastChild) { ScrollToLastChild(this.scrollViewer); } } #endregion } |