Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
7959 | Oct 15,2003 03:10 PM UTC | Oct 16,2003 08:44 AM UTC | WinForms | 3 |
![]() |
Tags: GridControl |
style = gridControl1[row, 3];
sp = new SliderStyleProperties(style);
style.CellType = "Slider";
sp.Maximum = 40;
sp.Minimum = 0;
sp.TickFrequency = 8;
sp.LargeChange = 16;
sp.SmallChange = 4;
Then in your custom cell code, when the cell is (row, 3), these will be the values used in InitializeSlider(TrackBar c, GridStyleInfo style) to set the state for the TrackBar c depending on the values in the style.
This post will be permanently deleted. Are you sure you want to continue?
Sorry, An error occured while processing your request. Please try again later.
This page will automatically be redirected to the sign-in page in 10 seconds.