FlorianDahn
f28c9b1e22
Add DeleteReplyMessage property
2021-07-26 01:22:58 +02:00
FlorianDahn
2158f53cde
Fixing ReplyKeyboard flicker on TaggedButtonGrid
...
- fixing ReplyKeyboard flicker
- updating message handling on existing messages
2021-07-25 17:44:43 +02:00
FlorianDahn
a00aaacbfb
Update ButtonGrid.cs
...
- adding DeleteReplyMessage property for seperating now deleting the message from the user and the message (buttons) send by the control
2021-06-07 01:31:41 +02:00
FlorianDahn
d84be50243
Adding AutoCleanForm Fix for TaggedButtonGrid
2021-03-02 15:19:28 +01:00
FlorianDahn
1caa71cd25
Update to fix some bad behaviour with combination of AutoCleanForm
2021-03-01 22:53:32 +01:00
FlorianDahn
31e0683699
FIX: for using ButtonGrid within AutoCleanForm can cause to no message
2021-03-01 22:13:40 +01:00
FlorianDahn
dfe64b22ab
New control: CheckedButtonList
...
- new control for having a checked listview with paging possible
- new CheckedChangedEventArgs class
- adding Test for CheckedButtonList
- refactoring MultiView Test
2021-02-28 15:35:49 +01:00
FlorianDahn
15a8b8897f
Updates and improvements
...
- refactoring of ButtonGrid control for more readability
- refactoring of TaggedButtonGrid control for more readability
- adding Index parameter to ButtenClickedEventArgs
- adding FindRowByButton method to ButtonForm to get the row index
-
2021-02-28 15:34:04 +01:00
FlorianDahn
91048b4f7c
Async invoke fixes and ButtonGrid update
...
- removing unused imports
- adding null check for async handler invokes
- fixing PageCount calculation on ButtonGrid
2021-02-27 20:51:47 +01:00
FlorianDahn
63deb978a4
PageCount Fix for ButtonGrid
...
- replace constant 3 with LayoutRows property
2021-02-27 15:17:21 +01:00
FlorianDahn
1a2b5818aa
New Control: TaggedButtonGrid
...
- tag your list with some strings and filter it right away
- adding Test to test project
- adding a new localization
PS: it is an improved copy of the normal ButtonGrid
2021-02-20 01:53:49 +01:00
FlorianDahn
fc44b7d38c
New Control: MultiView
...
- adding basic paging options
- adding GetOrigin method to find control or form who has sent a message
- adding Test for MultiView
2021-02-20 01:51:01 +01:00
FlorianDahn
376ba68e8e
MAJOR CHANGE: Refactoring namespace for controls
...
Chaning namespace for controls depending on their use area to:
Controls.Hybrid
Controls.Inline
Controls.Reply
Updating example project as well.
2021-01-15 19:33:44 +01:00