Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
kikipoulet committed Oct 3, 2024
2 parents 876b4f3 + 4e78b03 commit 16312d5
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/docs/documentation/controls/data/busyarea.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# BusyArea

![busy](https://github.com/user-attachments/assets/1755b97b-9c67-4761-bc77-5884cc5314f3)


```xml
<suki:BusyArea BusyText="Busy..." IsBusy="{Binding IsBusy}" >
...
</suki:BusyArea>

```
14 changes: 14 additions & 0 deletions docs/docs/documentation/controls/data/groupbox.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# GoupBox


![{096A1DF6-55E9-4633-B472-6B403CF63080}](https://github.com/user-attachments/assets/ac5271d4-b0e2-4123-8aee-cc0f3cb6f0a0)



```xml

<suki:GroupBox Header="Title">
...
</suki:GroupBox>

```
3 changes: 3 additions & 0 deletions docs/docs/documentation/controls/data/listbox.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Listbox

![listbox](https://github.com/user-attachments/assets/9d250497-2b37-4b2f-b2e5-0d77c7340150)
3 changes: 3 additions & 0 deletions docs/docs/documentation/controls/data/treeview.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Treeview

![tree](https://github.com/user-attachments/assets/d076df54-00af-474b-8788-087de6305ff2)

0 comments on commit 16312d5

Please sign in to comment.