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

Setting the RowIndicatorVisibility in VB

1 Answer 152 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Andrew
Top achievements
Rank 1
Andrew asked on 14 Apr 2017, 02:00 PM

I don't know why I am having trouble with this, I have read all the documentation available and every post I can find, but can someone please post a VB code snippet for collapsing the Row Indicator in a dataviewgrid using WPF (2016 Q3)

Assuming my dvg is named "RadGridView1", what do I do to hide the row indicator?

Thanks in advance.

 

1 Answer, 1 is accepted

Sort by
0
Dilyan Traykov
Telerik team
answered on 19 Apr 2017, 07:51 AM
Hello Andrew,

You can hide RadGridView's row indicator by setting the control's RowIndicatorVisibility property to Collapsed.

Me.RadGridView1.RowIndicatorVisibility = Visibility.Collapsed

Please let me know if this provides the desired result.

Regards,
Dilyan Traykov
Telerik by Progress
Want to extend the target reach of your WPF applications, leveraging iOS, Android, and UWP? Try UI for Xamarin, a suite of polished and feature-rich components for the Xamarin framework, which allow you to write beautiful native mobile apps using a single shared C# codebase.
Tags
GridView
Asked by
Andrew
Top achievements
Rank 1
Answers by
Dilyan Traykov
Telerik team
Share this question
or