Skip to content

Commit bc03d69

Browse files
Update README.md
1 parent 5525ce2 commit bc03d69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# How-to-Change-the-Color-of-the-Entire-Border-in-.NET-MAUI-ComboBox-on-Windows-and-Android-Platform
22
This repository contains a sample explaining how to Change the Color of the Entire Border in .NET MAUI ComboBox on Windows and Android Platform
3-
## Customizing Floating Hint Label
3+
## Customizing ComboBox Border
44

55
To customize the border color of the .NET MAUI ComboBox (SfComboBox) on Windows and Android platforms, you can create a full border effect by wrapping the ComboBox within a Border control and setting ShowBorder="False" on the ComboBox itself. This allows full control over the ComboBox border’s color, thickness, and shape. Here’s an example:
66

0 commit comments

Comments
 (0)