您好,在TabStrip 属性里
- // Set the sheet tabs to always appear.
- fpSpread1.TabStripPolicy = FarPoint.Win.Spread.TabStripPolicy.Always;
- // Set the width to 60%.
- fpSpread1.TabStripRatio = 0.60;
- // Display the tab strip buttons as needed.
- fpSpread1.TabStrip.ButtonPolicy = FarPoint.Win.Spread.TabStripButtonPolicy.AsNeeded;
- // Set the background color.
- fpSpread1.TabStrip.BackColor = Color.Bisque;
复制代码 |