This is a migrated thread and some comments may be shown as answers.

Data Form Styling

3 Answers 157 Views
DataForm
This is a migrated thread and some comments may be shown as answers.
SUET JOE
Top achievements
Rank 1
SUET JOE asked on 22 Mar 2016, 07:16 AM
How to style the place holder color

3 Answers, 1 is accepted

Sort by
0
Pavel R. Pavlov
Telerik team
answered on 24 Mar 2016, 08:31 AM
Hi Suet Joe,

With the current version of our components such customization is not supported. The only properties that users can customize are the ones exposed by the DataFormEditorStyle class. We are currently working on implementing such feature in the RadDataForm control and we will include it in our binaries as soon as it is available.

Regards,
Pavel R. Pavlov
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
0
Matt
Top achievements
Rank 1
answered on 01 Nov 2017, 05:52 AM
Is this still in development or on the roadmap? Being able to set things like the font size of things like the group header or the value label, and the colors of those types of components seems like a vital feature for the Xamarin.Forms version.
0
Lance | Manager Technical Support
Telerik team
answered on 01 Nov 2017, 07:03 PM
Hello Mathhew,

We've since added the GroupHeaderStyle option that provides the following properties:

  • Background (Color): Gets or sets the background of the group header.
  • BackgroundImageSource (ImageSource): Gets or sets a background image for the group header.
  • Foreground (Color): Gets or sets the group header text color.
  • Height (double): Gets or sets the group header height.
  • IsCollapsible (bool): Gets or sets a value that indicates whether the group will be collapsible.
  • Padding (Thickness): Gets or sets the group header content padding.
  • TextAlignment (TextAlignment): Gets or sets the group header text alignment.
You can find screenshots and example code in the above linked documentation.

Those are currently x-plat properties available for styling from the Xamarin.Forms PCL. Additional customization will need to be done in a custom renderer for per-platform implementation.

Regards,
Lance | Tech Support Engineer, Sr.
Progress Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
DataForm
Asked by
SUET JOE
Top achievements
Rank 1
Answers by
Pavel R. Pavlov
Telerik team
Matt
Top achievements
Rank 1
Lance | Manager Technical Support
Telerik team
Share this question
or