maui-linux/Xamarin.Forms.Platform.WPF/Renderers
Gerald Versluis 1f770f6588 Implemented MaxLength property on Entry and Editor (#1880)
* Implemented UAP and WPF

* Revert "Implemented UAP and WPF"

This reverts commit e17a66236756021e2b66503281ee3c1cf463e5da.

* Started implementation of #1663

Added MaxLength property on InputView and implemented iOS and Android
Entry and Android Editor

* Implemented iOS Editor

* Improved Android MaxLength

First check to see if there is a LengthFilter in there already and
remove that first

* Implemented GTK naming enhancement for iOS

* Implemented UAP and WPF

* Implemented Tizen

* Removed Linq and implemented forgotten method 😅

* Fixed whitespaces -> tabs

Except GTK, seems everything is spaces there, so kept it for consistency

* Added null guard for iOS

* Implemented Mac OS

* Added samples to gallery

* Polished Tizen implementation

* Tizen EditorRenderer updated and converted more whitespaces to tabs

* Fixed spaces to tabs and usage of nameof

* Added trimming of current text when MaxLength is less than current value length

* Reference right Entry for Tizen

* Trimming on MaxLength change for Tizen

* Trimming on MaxLength change for GTK

* Removed redundant GetValue calls and whitespace fiesta

* And the ones I missed

* Updated the docs

* Revert "Updated the docs"

This reverts commit 416e28706ab921d72e72ebc6488d4b3c4651a384.

* Updated docs just for InputView
2018-02-19 14:27:27 -08:00
..
ActivityIndicatorRenderer.cs [WPF] Xamarin Forms WPF Backend - Platform Project (#1334) 2017-12-06 21:15:13 +00:00
BoxViewRenderer.cs [WPF] Xamarin Forms WPF Backend - Platform Project (#1334) 2017-12-06 21:15:13 +00:00
ButtonRenderer.cs [WPF] Xamarin Forms WPF Backend - Platform Project (#1334) 2017-12-06 21:15:13 +00:00
CarouselPageRenderer.cs [WPF] Xamarin Forms WPF Backend - Platform Project (#1334) 2017-12-06 21:15:13 +00:00
CellRenderer.cs [WPF] Xamarin Forms WPF Backend - Platform Project (#1334) 2017-12-06 21:15:13 +00:00
DatePickerRenderer.cs [WPF] Xamarin Forms WPF Backend - Platform Project (#1334) 2017-12-06 21:15:13 +00:00
EditorRenderer.cs Implemented MaxLength property on Entry and Editor (#1880) 2018-02-19 14:27:27 -08:00
EntryRenderer.cs Implemented MaxLength property on Entry and Editor (#1880) 2018-02-19 14:27:27 -08:00
FrameRenderer.cs [WPF, GTK, TIZEN] Replace obsolete OutlineColor by BorderColor (#1443) 2017-12-21 09:18:07 +01:00
ImageRenderer.cs Use GetHandlerForObject instead of GetHandler (#1713) 2018-01-30 09:06:35 +01:00
LabelRenderer.cs [WPF] Xamarin Forms WPF Backend - Platform Project (#1334) 2017-12-06 21:15:13 +00:00
LayoutRenderer.cs [WPF] Xamarin Forms WPF Backend - Platform Project (#1334) 2017-12-06 21:15:13 +00:00
ListViewRenderer.cs [WPF] Xamarin Forms WPF Backend - Platform Project (#1334) 2017-12-06 21:15:13 +00:00
MasterDetailPageRenderer.cs [WPF] Xamarin Forms WPF Backend - Platform Project (#1334) 2017-12-06 21:15:13 +00:00
NavigationPageRenderer.cs [WPF] Xamarin Forms WPF Backend - Platform Project (#1334) 2017-12-06 21:15:13 +00:00
OpenGLViewRenderer.cs [WPF] Xamarin Forms WPF Backend - Platform Project (#1334) 2017-12-06 21:15:13 +00:00
PageRenderer.cs [WPF] Xamarin Forms WPF Backend - Platform Project (#1334) 2017-12-06 21:15:13 +00:00
PickerRenderer.cs [WPF] Xamarin Forms WPF Backend - Platform Project (#1334) 2017-12-06 21:15:13 +00:00
ProgressBarRenderer.cs Add ProgressColor on ProgressBar (#1861) 2018-02-15 12:10:40 +00:00
ScrollViewRenderer.cs [WPF] Xamarin Forms WPF Backend - Platform Project (#1334) 2017-12-06 21:15:13 +00:00
SearchBarRenderer.cs [WPF] Xamarin Forms WPF Backend - Platform Project (#1334) 2017-12-06 21:15:13 +00:00
SliderRenderer.cs [WPF] Xamarin Forms WPF Backend - Platform Project (#1334) 2017-12-06 21:15:13 +00:00
StepperRenderer.cs [WPF] Xamarin Forms WPF Backend - Platform Project (#1334) 2017-12-06 21:15:13 +00:00
SwitchRenderer.cs [WPF] Xamarin Forms WPF Backend - Platform Project (#1334) 2017-12-06 21:15:13 +00:00
TabbedPageRenderer.cs [WPF] Xamarin Forms WPF Backend - Platform Project (#1334) 2017-12-06 21:15:13 +00:00
TableViewRenderer.cs [WPF] Xamarin Forms WPF Backend - Platform Project (#1334) 2017-12-06 21:15:13 +00:00
TimePickerRenderer.cs [WPF] Added a simplistic TimePicker. (#1500) 2018-01-05 09:12:33 +00:00
ViewRenderer.cs [WPF] Xamarin Forms WPF Backend - Platform Project (#1334) 2017-12-06 21:15:13 +00:00
VisualMultiPageRenderer.cs [WPF] Xamarin Forms WPF Backend - Platform Project (#1334) 2017-12-06 21:15:13 +00:00
VisualPageRenderer.cs [WPF] Xamarin Forms WPF Backend - Platform Project (#1334) 2017-12-06 21:15:13 +00:00
WebViewRenderer.cs [WPF] Xamarin Forms WPF Backend - Platform Project (#1334) 2017-12-06 21:15:13 +00:00